Html Css Color HEX #F29E12 Gamboge

📋 copy color: '#F29E12'

red 242 ◦ green 158 ◦ blue 18

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

Shades of Gamboge #F29E12

Tints of Gamboge #F29E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.8%

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

R = 57.89%
G = 37.8%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F29E12 (or 0xF29E12) is known color: Gamboge. HEX triplet: F2, 9E and 12. RGB value is (242,158,18). Sum of RGB (Red+Green+Blue) = 242+158+18=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29E12 is #0D61ED. Grayscale: #A7A7A7. Windows color (decimal): -877038 or 1220338. OLE color: 1220338.

HSL color Cylindrical-coordinate representation of color #F29E12: hue angle of 37.5º 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 #F29E12 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 158 18 -
CMYK 0 0.35 0.93 0.05
HSL 37.5º 0.9% 0.51% -
HSV(B) 37.5º 0.93% 0.95% -
XYZ 48.95 43.37 6.36 -
YUV 167.16 43.83 181.38 -
System Red Green Blue C M Y K H S L
Decimal 242 158 18 0 0.35 0.93 0.05 37.5 0.9 0.51
Hex F2 9E 12 0 23 5D 5 26 5A 33
Octal 362 236 22 0 43 135 5 46 132 63
Binary 11110010 10011110 10010 0 100011 1011101 101 100110 1011010 110011

Color Harmonies of #F29E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29E12

Black with #F29E12

Text Example


Text Example

White with #F29E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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