Html Css Color HEX #F0990C Gamboge

📋 copy color: '#F0990C'

red 240 ◦ green 153 ◦ blue 12

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

Shades of Gamboge #F0990C

Tints of Gamboge #F0990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 59.26%
G = 37.78%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0990C (or 0xF0990C) is known color: Gamboge. HEX triplet: F0, 99 and 0C. RGB value is (240,153,12). Sum of RGB (Red+Green+Blue) = 240+153+12=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0990C is #0F66F3. Grayscale: #A3A3A3. Windows color (decimal): -1009396 or 825840. OLE color: 825840.

HSL color Cylindrical-coordinate representation of color #F0990C: hue angle of 37.11º 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 #F0990C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 153 12 -
CMYK 0 0.36 0.95 0.06
HSL 37.11º 0.9% 0.49% -
HSV(B) 37.11º 0.95% 0.94% -
XYZ 47.39 41.33 5.83 -
YUV 162.94 42.82 182.96 -
System Red Green Blue C M Y K H S L
Decimal 240 153 12 0 0.36 0.95 0.06 37.11 0.9 0.49
Hex F0 99 C 0 24 5F 6 25 5A 31
Octal 360 231 14 0 44 137 6 45 132 61
Binary 11110000 10011001 1100 0 100100 1011111 110 100101 1011010 110001

Color Harmonies of #F0990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0990C

Black with #F0990C

Text Example


Text Example

White with #F0990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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