Html Css Color HEX #F29A0A Gamboge

📋 copy color: '#F29A0A'

red 242 ◦ green 154 ◦ blue 10

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

Shades of Gamboge #F29A0A

Tints of Gamboge #F29A0A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 59.61%
G = 37.93%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F29A0A (or 0xF29A0A) is known color: Gamboge. HEX triplet: F2, 9A and 0A. RGB value is (242,154,10). Sum of RGB (Red+Green+Blue) = 242+154+10=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29A0A is #0D65F5. Grayscale: #A4A4A4. Windows color (decimal): -878070 or 695026. OLE color: 695026.

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

Color convert

RGB 242 154 10 -
CMYK 0 0.36 0.96 0.05
HSL 37.24º 0.92% 0.49% -
HSV(B) 37.24º 0.96% 0.95% -
XYZ 48.23 42.01 5.85 -
YUV 163.9 41.15 183.71 -
System Red Green Blue C M Y K H S L
Decimal 242 154 10 0 0.36 0.96 0.05 37.24 0.92 0.49
Hex F2 9A A 0 24 60 5 25 5C 31
Octal 362 232 12 0 44 140 5 45 134 61
Binary 11110010 10011010 1010 0 100100 1100000 101 100101 1011100 110001

Color Harmonies of #F29A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29A0A

Black with #F29A0A

Text Example


Text Example

White with #F29A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29A0A; }

 p { color: rgb(242,154,10); }

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

background-color css

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

 a { background-color: rgb(242,154,10); }

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

border-color css

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

 span { border-color: rgb(242,154,10); }

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