Html Css Color HEX #F29508 Gamboge

📋 copy color: '#F29508'

red 242 ◦ green 149 ◦ blue 8

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

Shades of Gamboge #F29508

Tints of Gamboge #F29508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 60.65%
G = 37.34%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F29508 (or 0xF29508) is known color: Gamboge. HEX triplet: F2, 95 and 08. RGB value is (242,149,8). Sum of RGB (Red+Green+Blue) = 242+149+8=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F29508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29508 is #0D6AF7. Grayscale: #A1A1A1. Windows color (decimal): -879352 or 562674. OLE color: 562674.

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

Color convert

RGB 242 149 8 -
CMYK 0 0.38 0.97 0.05
HSL 36.15º 0.94% 0.49% -
HSV(B) 36.15º 0.97% 0.95% -
XYZ 47.41 40.39 5.53 -
YUV 160.73 41.81 185.96 -
System Red Green Blue C M Y K H S L
Decimal 242 149 8 0 0.38 0.97 0.05 36.15 0.94 0.49
Hex F2 95 8 0 26 61 5 24 5E 31
Octal 362 225 10 0 46 141 5 44 136 61
Binary 11110010 10010101 1000 0 100110 1100001 101 100100 1011110 110001

Color Harmonies of #F29508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29508

Black with #F29508

Text Example


Text Example

White with #F29508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29508; }

 p { color: rgb(242,149,8); }

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

background-color css

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

 a { background-color: rgb(242,149,8); }

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

border-color css

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

 span { border-color: rgb(242,149,8); }

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