Html Css Color HEX #F2A00F Gamboge

📋 copy color: '#F2A00F'

red 242 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #F2A00F

Tints of Gamboge #F2A00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

 BLUE value IS 15 (6.25% from 255) = 3.6%

R = 58.03%
G = 38.37%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2A00F (or 0xF2A00F) is known color: Gamboge. HEX triplet: F2, A0 and 0F. RGB value is (242,160,15). Sum of RGB (Red+Green+Blue) = 242+160+15=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A00F is #0D5FF0. Grayscale: #A8A8A8. Windows color (decimal): -876529 or 1024242. OLE color: 1024242.

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

Color convert

RGB 242 160 15 -
CMYK 0 0.34 0.94 0.05
HSL 38.33º 0.9% 0.5% -
HSV(B) 38.33º 0.94% 0.95% -
XYZ 49.27 44.05 6.36 -
YUV 167.99 41.67 180.79 -
System Red Green Blue C M Y K H S L
Decimal 242 160 15 0 0.34 0.94 0.05 38.33 0.9 0.5
Hex F2 A0 F 0 22 5E 5 26 5A 32
Octal 362 240 17 0 42 136 5 46 132 62
Binary 11110010 10100000 1111 0 100010 1011110 101 100110 1011010 110010

Color Harmonies of #F2A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A00F

Black with #F2A00F

Text Example


Text Example

White with #F2A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A00F; }

 p { color: rgb(242,160,15); }

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

background-color css

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

 a { background-color: rgb(242,160,15); }

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

border-color css

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

 span { border-color: rgb(242,160,15); }

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