Html Css Color HEX #F0910C Gamboge

📋 copy color: '#F0910C'

red 240 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #F0910C

Tints of Gamboge #F0910C

RGB

 RED value IS 240 (94.14% from 255) = 60.45%

 GREEN value IS 145 (57.03% from 255) = 36.52%

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

R = 60.45%
G = 36.52%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0910C (or 0xF0910C) is known color: Gamboge. HEX triplet: F0, 91 and 0C. RGB value is (240,145,12). Sum of RGB (Red+Green+Blue) = 240+145+12=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0910C is #0F6EF3. Grayscale: #9E9E9E. Windows color (decimal): -1011444 or 823792. OLE color: 823792.

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

Color convert

RGB 240 145 12 -
CMYK 0 0.40 0.95 0.06
HSL 35º 0.9% 0.49% -
HSV(B) 35º 0.95% 0.94% -
XYZ 46.13 38.8 5.41 -
YUV 158.24 45.47 186.31 -
System Red Green Blue C M Y K H S L
Decimal 240 145 12 0 0.40 0.95 0.06 35 0.9 0.49
Hex F0 91 C 0 28 5F 6 23 5A 31
Octal 360 221 14 0 50 137 6 43 132 61
Binary 11110000 10010001 1100 0 101000 1011111 110 100011 1011010 110001

Color Harmonies of #F0910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0910C

Black with #F0910C

Text Example


Text Example

White with #F0910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0910C; }

 p { color: rgb(240,145,12); }

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

background-color css

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

 a { background-color: rgb(240,145,12); }

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

border-color css

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

 span { border-color: rgb(240,145,12); }

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