Html Css Color HEX #F29F14 Gamboge

📋 copy color: '#F29F14'

red 242 ◦ green 159 ◦ blue 20

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

Shades of Gamboge #F29F14

Tints of Gamboge #F29F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.77%

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 57.48%
G = 37.77%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F29F14 (or 0xF29F14) is known color: Gamboge. HEX triplet: F2, 9F and 14. RGB value is (242,159,20). Sum of RGB (Red+Green+Blue) = 242+159+20=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29F14 is #0D60EB. Grayscale: #A8A8A8. Windows color (decimal): -876780 or 1351666. OLE color: 1351666.

HSL color Cylindrical-coordinate representation of color #F29F14: hue angle of 37.57º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F29F14 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 159 20 -
CMYK 0 0.34 0.92 0.05
HSL 37.57º 0.9% 0.51% -
HSV(B) 37.57º 0.92% 0.95% -
XYZ 49.14 43.72 6.51 -
YUV 167.97 44.5 180.8 -
System Red Green Blue C M Y K H S L
Decimal 242 159 20 0 0.34 0.92 0.05 37.57 0.9 0.51
Hex F2 9F 14 0 22 5C 5 26 5A 33
Octal 362 237 24 0 42 134 5 46 132 63
Binary 11110010 10011111 10100 0 100010 1011100 101 100110 1011010 110011

Color Harmonies of #F29F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F14

Black with #F29F14

Text Example


Text Example

White with #F29F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F14; }

 p { color: rgb(242,159,20); }

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

background-color css

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

 a { background-color: rgb(242,159,20); }

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

border-color css

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

 span { border-color: rgb(242,159,20); }

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