Html Css Color HEX #F2F238 Gorse

📋 copy color: '#F2F238'

red 242 ◦ green 242 ◦ blue 56

#F2F238
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #F2F238

Tints of Gorse #F2F238

RGB

 RED value IS 242 (94.92% from 255) = 44.81%

 GREEN value IS 242 (94.92% from 255) = 44.81%

 BLUE value IS 56 (22.27% from 255) = 10.37%

R = 44.81%
G = 44.81%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2F238 (or 0xF2F238) is known color: Gorse. HEX triplet: F2, F2 and 38. RGB value is (242,242,56). Sum of RGB (Red+Green+Blue) = 242+242+56=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 56 (22.27% from 255 or 10.37% from 540); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F238 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F238 is #0D0DC7. Grayscale: #DDDDDD. Windows color (decimal): -855496 or 3732210. OLE color: 3732210.

HSL color Cylindrical-coordinate representation of color #F2F238: hue angle of 60º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2F238 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 242 56 -
CMYK 0 0 0.77 0.05
HSL 60º 0.88% 0.58% -
HSV(B) 60º 0.77% 0.95% -
XYZ 69.08 82.67 16.06 -
YUV 220.8 35 143.12 -
System Red Green Blue C M Y K H S L
Decimal 242 242 56 0 0 0.77 0.05 60 0.88 0.58
Hex F2 F2 38 0 0 4D 5 3C 58 3A
Octal 362 362 70 0 0 115 5 74 130 72
Binary 11110010 11110010 111000 0 0 1001101 101 111100 1011000 111010

Color Harmonies of #F2F238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F238

Black with #F2F238

Text Example


Text Example

White with #F2F238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F238; }

 p { color: rgb(242,242,56); }

 H1.HeaderClassName
 {
   color: #F2F238;
 }
 .AnyTagClassName
 {
   color: #F2F238;
 }
</style>

background-color css

<style>
 a { background-color: #F2F238; }

 a { background-color: rgb(242,242,56); }

 div.DivClassName
 {
   background-color: #F2F238;
 }
 .BgClassName
 {
   background-color: #F2F238;
 }
</style>

border-color css

<style>
 span { border-color: #F2F238; }

 span { border-color: rgb(242,242,56); }

 td.TdClassName
 {
   border-color: #F2F238;
 }
 .TagClassName
 {
   border-color: #F2F238;
 }
</style>