Html Css Color HEX #F29411 Gamboge

📋 copy color: '#F29411'

red 242 ◦ green 148 ◦ blue 17

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

Shades of Gamboge #F29411

Tints of Gamboge #F29411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 17 (7.03% from 255) = 4.18%

R = 59.46%
G = 36.36%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F29411 (or 0xF29411) is known color: Gamboge. HEX triplet: F2, 94 and 11. RGB value is (242,148,17). Sum of RGB (Red+Green+Blue) = 242+148+17=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F29411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29411 is #0D6BEE. Grayscale: #A1A1A1. Windows color (decimal): -879599 or 1152242. OLE color: 1152242.

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

Color convert

RGB 242 148 17 -
CMYK 0 0.39 0.93 0.05
HSL 34.93º 0.9% 0.51% -
HSV(B) 34.93º 0.93% 0.95% -
XYZ 47.31 40.1 5.78 -
YUV 161.17 46.64 185.65 -
System Red Green Blue C M Y K H S L
Decimal 242 148 17 0 0.39 0.93 0.05 34.93 0.9 0.51
Hex F2 94 11 0 27 5D 5 23 5A 33
Octal 362 224 21 0 47 135 5 43 132 63
Binary 11110010 10010100 10001 0 100111 1011101 101 100011 1011010 110011

Color Harmonies of #F29411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29411

Black with #F29411

Text Example


Text Example

White with #F29411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29411; }

 p { color: rgb(242,148,17); }

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

background-color css

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

 a { background-color: rgb(242,148,17); }

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

border-color css

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

 span { border-color: rgb(242,148,17); }

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