Html Css Color HEX #F0960F Gamboge

📋 copy color: '#F0960F'

red 240 ◦ green 150 ◦ blue 15

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

Shades of Gamboge #F0960F

Tints of Gamboge #F0960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

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

R = 59.26%
G = 37.04%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0960F (or 0xF0960F) is known color: Gamboge. HEX triplet: F0, 96 and 0F. RGB value is (240,150,15). Sum of RGB (Red+Green+Blue) = 240+150+15=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0960F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0960F is #0F69F0. Grayscale: #A2A2A2. Windows color (decimal): -1010161 or 1021680. OLE color: 1021680.

HSL color Cylindrical-coordinate representation of color #F0960F: hue angle of 36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0960F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 150 15 -
CMYK 0 0.37 0.94 0.06
HSL 36º 0.88% 0.5% -
HSV(B) 36º 0.94% 0.94% -
XYZ 46.93 40.37 5.77 -
YUV 161.52 45.32 183.98 -
System Red Green Blue C M Y K H S L
Decimal 240 150 15 0 0.37 0.94 0.06 36 0.88 0.5
Hex F0 96 F 0 25 5E 6 24 58 32
Octal 360 226 17 0 45 136 6 44 130 62
Binary 11110000 10010110 1111 0 100101 1011110 110 100100 1011000 110010

Color Harmonies of #F0960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0960F

Black with #F0960F

Text Example


Text Example

White with #F0960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0960F; }

 p { color: rgb(240,150,15); }

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

background-color css

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

 a { background-color: rgb(240,150,15); }

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

border-color css

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

 span { border-color: rgb(240,150,15); }

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