Html Css Color HEX #F29D09 Gamboge

📋 copy color: '#F29D09'

red 242 ◦ green 157 ◦ blue 9

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

Shades of Gamboge #F29D09

Tints of Gamboge #F29D09

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

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

R = 59.31%
G = 38.48%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F29D09 (or 0xF29D09) is known color: Gamboge. HEX triplet: F2, 9D and 09. RGB value is (242,157,9). Sum of RGB (Red+Green+Blue) = 242+157+9=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29D09 is #0D62F6. Grayscale: #A6A6A6. Windows color (decimal): -877303 or 630258. OLE color: 630258.

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

Color convert

RGB 242 157 9 -
CMYK 0 0.35 0.96 0.05
HSL 38.11º 0.93% 0.49% -
HSV(B) 38.11º 0.96% 0.95% -
XYZ 48.72 43.01 5.99 -
YUV 165.54 39.66 182.53 -
System Red Green Blue C M Y K H S L
Decimal 242 157 9 0 0.35 0.96 0.05 38.11 0.93 0.49
Hex F2 9D 9 0 23 60 5 26 5D 31
Octal 362 235 11 0 43 140 5 46 135 61
Binary 11110010 10011101 1001 0 100011 1100000 101 100110 1011101 110001

Color Harmonies of #F29D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D09

Black with #F29D09

Text Example


Text Example

White with #F29D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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