Html Css Color HEX #F29F12 Gamboge

📋 copy color: '#F29F12'

red 242 ◦ green 159 ◦ blue 18

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

Shades of Gamboge #F29F12

Tints of Gamboge #F29F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 57.76%
G = 37.95%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F29F12 (or 0xF29F12) is known color: Gamboge. HEX triplet: F2, 9F and 12. RGB value is (242,159,18). Sum of RGB (Red+Green+Blue) = 242+159+18=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29F12 is #0D60ED. Grayscale: #A8A8A8. Windows color (decimal): -876782 or 1220594. OLE color: 1220594.

HSL color Cylindrical-coordinate representation of color #F29F12: hue angle of 37.77º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F29F12 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 159 18 -
CMYK 0 0.34 0.93 0.05
HSL 37.77º 0.9% 0.51% -
HSV(B) 37.77º 0.93% 0.95% -
XYZ 49.13 43.72 6.42 -
YUV 167.74 43.5 180.96 -
System Red Green Blue C M Y K H S L
Decimal 242 159 18 0 0.34 0.93 0.05 37.77 0.9 0.51
Hex F2 9F 12 0 22 5D 5 26 5A 33
Octal 362 237 22 0 42 135 5 46 132 63
Binary 11110010 10011111 10010 0 100010 1011101 101 100110 1011010 110011

Color Harmonies of #F29F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F12

Black with #F29F12

Text Example


Text Example

White with #F29F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F12; }

 p { color: rgb(242,159,18); }

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

background-color css

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

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

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

border-color css

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

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

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