Html Css Color HEX #F29812 Gamboge

📋 copy color: '#F29812'

red 242 ◦ green 152 ◦ blue 18

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

Shades of Gamboge #F29812

Tints of Gamboge #F29812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

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

R = 58.74%
G = 36.89%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F29812 (or 0xF29812) is known color: Gamboge. HEX triplet: F2, 98 and 12. RGB value is (242,152,18). Sum of RGB (Red+Green+Blue) = 242+152+18=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F29812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29812 is #0D67ED. Grayscale: #A4A4A4. Windows color (decimal): -878574 or 1218802. OLE color: 1218802.

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

Color convert

RGB 242 152 18 -
CMYK 0 0.37 0.93 0.05
HSL 35.89º 0.9% 0.51% -
HSV(B) 35.89º 0.93% 0.95% -
XYZ 47.96 41.38 6.03 -
YUV 163.63 45.82 183.9 -
System Red Green Blue C M Y K H S L
Decimal 242 152 18 0 0.37 0.93 0.05 35.89 0.9 0.51
Hex F2 98 12 0 25 5D 5 24 5A 33
Octal 362 230 22 0 45 135 5 44 132 63
Binary 11110010 10011000 10010 0 100101 1011101 101 100100 1011010 110011

Color Harmonies of #F29812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29812

Black with #F29812

Text Example


Text Example

White with #F29812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29812; }

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

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

background-color css

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

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

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

border-color css

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

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

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