Html Css Color HEX #F2A10C Gamboge

📋 copy color: '#F2A10C'

red 242 ◦ green 161 ◦ blue 12

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

Shades of Gamboge #F2A10C

Tints of Gamboge #F2A10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 58.31%
G = 38.8%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2A10C (or 0xF2A10C) is known color: Gamboge. HEX triplet: F2, A1 and 0C. RGB value is (242,161,12). Sum of RGB (Red+Green+Blue) = 242+161+12=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A10C is #0D5EF3. Grayscale: #A8A8A8. Windows color (decimal): -876276 or 827890. OLE color: 827890.

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

Color convert

RGB 242 161 12 -
CMYK 0 0.33 0.95 0.05
HSL 38.87º 0.91% 0.5% -
HSV(B) 38.87º 0.95% 0.95% -
XYZ 49.43 44.39 6.31 -
YUV 168.23 39.84 180.62 -
System Red Green Blue C M Y K H S L
Decimal 242 161 12 0 0.33 0.95 0.05 38.87 0.91 0.5
Hex F2 A1 C 0 21 5F 5 27 5B 32
Octal 362 241 14 0 41 137 5 47 133 62
Binary 11110010 10100001 1100 0 100001 1011111 101 100111 1011011 110010

Color Harmonies of #F2A10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A10C

Black with #F2A10C

Text Example


Text Example

White with #F2A10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A10C; }

 p { color: rgb(242,161,12); }

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

background-color css

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

 a { background-color: rgb(242,161,12); }

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

border-color css

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

 span { border-color: rgb(242,161,12); }

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