Html Css Color HEX #F0960A Gamboge

📋 copy color: '#F0960A'

red 240 ◦ green 150 ◦ blue 10

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

Shades of Gamboge #F0960A

Tints of Gamboge #F0960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.5%

R = 60%
G = 37.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0960A (or 0xF0960A) is known color: Gamboge. HEX triplet: F0, 96 and 0A. RGB value is (240,150,10). Sum of RGB (Red+Green+Blue) = 240+150+10=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0960A is #0F69F5. Grayscale: #A1A1A1. Windows color (decimal): -1010166 or 694000. OLE color: 694000.

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

Color convert

RGB 240 150 10 -
CMYK 0 0.37 0.96 0.06
HSL 36.52º 0.92% 0.49% -
HSV(B) 36.52º 0.96% 0.94% -
XYZ 46.9 40.36 5.61 -
YUV 160.95 42.82 184.38 -
System Red Green Blue C M Y K H S L
Decimal 240 150 10 0 0.37 0.96 0.06 36.52 0.92 0.49
Hex F0 96 A 0 25 60 6 25 5C 31
Octal 360 226 12 0 45 140 6 45 134 61
Binary 11110000 10010110 1010 0 100101 1100000 110 100101 1011100 110001

Color Harmonies of #F0960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0960A

Black with #F0960A

Text Example


Text Example

White with #F0960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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