Html Css Color HEX #F29C09 Gamboge

📋 copy color: '#F29C09'

red 242 ◦ green 156 ◦ blue 9

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

Shades of Gamboge #F29C09

Tints of Gamboge #F29C09

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 59.46%
G = 38.33%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F29C09 (or 0xF29C09) is known color: Gamboge. HEX triplet: F2, 9C and 09. RGB value is (242,156,9). Sum of RGB (Red+Green+Blue) = 242+156+9=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29C09 is #0D63F6. Grayscale: #A5A5A5. Windows color (decimal): -877559 or 630002. OLE color: 630002.

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

Color convert

RGB 242 156 9 -
CMYK 0 0.36 0.96 0.05
HSL 37.85º 0.93% 0.49% -
HSV(B) 37.85º 0.96% 0.95% -
XYZ 48.56 42.67 5.94 -
YUV 164.96 39.99 182.95 -
System Red Green Blue C M Y K H S L
Decimal 242 156 9 0 0.36 0.96 0.05 37.85 0.93 0.49
Hex F2 9C 9 0 24 60 5 26 5D 31
Octal 362 234 11 0 44 140 5 46 135 61
Binary 11110010 10011100 1001 0 100100 1100000 101 100110 1011101 110001

Color Harmonies of #F29C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29C09

Black with #F29C09

Text Example


Text Example

White with #F29C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29C09; }

 p { color: rgb(242,156,9); }

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

background-color css

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

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

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

border-color css

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

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

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