Html Css Color HEX #F29C16 Gamboge

📋 copy color: '#F29C16'

red 242 ◦ green 156 ◦ blue 22

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

Shades of Gamboge #F29C16

Tints of Gamboge #F29C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.24%

R = 57.62%
G = 37.14%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F29C16 (or 0xF29C16) is known color: Gamboge. HEX triplet: F2, 9C and 16. RGB value is (242,156,22). Sum of RGB (Red+Green+Blue) = 242+156+22=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29C16 is #0D63E9. Grayscale: #A7A7A7. Windows color (decimal): -877546 or 1481970. OLE color: 1481970.

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

Color convert

RGB 242 156 22 -
CMYK 0 0.36 0.91 0.05
HSL 36.55º 0.89% 0.52% -
HSV(B) 36.55º 0.91% 0.95% -
XYZ 48.65 42.71 6.44 -
YUV 166.44 46.49 181.9 -
System Red Green Blue C M Y K H S L
Decimal 242 156 22 0 0.36 0.91 0.05 36.55 0.89 0.52
Hex F2 9C 16 0 24 5B 5 25 59 34
Octal 362 234 26 0 44 133 5 45 131 64
Binary 11110010 10011100 10110 0 100100 1011011 101 100101 1011001 110100

Color Harmonies of #F29C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29C16

Black with #F29C16

Text Example


Text Example

White with #F29C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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