Html Css Color HEX #F2F139 Gorse

📋 copy color: '#F2F139'

red 242 ◦ green 241 ◦ blue 57

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

Shades of Gorse #F2F139

Tints of Gorse #F2F139

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.63%

 BLUE value IS 57 (22.66% from 255) = 10.56%

R = 44.81%
G = 44.63%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2F139 (or 0xF2F139) is known color: Gorse. HEX triplet: F2, F1 and 39. RGB value is (242,241,57). Sum of RGB (Red+Green+Blue) = 242+241+57=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 57 (22.66% from 255 or 10.56% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F139 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F139 is #0D0EC6. Grayscale: #DDDDDD. Windows color (decimal): -855751 or 3797490. OLE color: 3797490.

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

Color convert

RGB 242 241 57 -
CMYK 0 0.00 0.76 0.05
HSL 59.68º 0.88% 0.59% -
HSV(B) 59.68º 0.76% 0.95% -
XYZ 68.81 82.08 16.09 -
YUV 220.32 35.83 143.46 -
System Red Green Blue C M Y K H S L
Decimal 242 241 57 0 0.00 0.76 0.05 59.68 0.88 0.59
Hex F2 F1 39 0 0 4C 5 3C 58 3B
Octal 362 361 71 0 0 114 5 74 130 73
Binary 11110010 11110001 111001 0 0 1001100 101 111100 1011000 111011

Color Harmonies of #F2F139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F139

Black with #F2F139

Text Example


Text Example

White with #F2F139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F139; }

 p { color: rgb(242,241,57); }

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

background-color css

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

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

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

border-color css

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

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

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