Html Css Color HEX #F0960B Gamboge

📋 copy color: '#F0960B'

red 240 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #F0960B

Tints of Gamboge #F0960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 59.85%
G = 37.41%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0960B (or 0xF0960B) is known color: Gamboge. HEX triplet: F0, 96 and 0B. RGB value is (240,150,11). Sum of RGB (Red+Green+Blue) = 240+150+11=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0960B is #0F69F4. Grayscale: #A1A1A1. Windows color (decimal): -1010165 or 759536. OLE color: 759536.

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

Color convert

RGB 240 150 11 -
CMYK 0 0.37 0.95 0.06
HSL 36.42º 0.91% 0.49% -
HSV(B) 36.42º 0.95% 0.94% -
XYZ 46.9 40.36 5.64 -
YUV 161.06 43.32 184.3 -
System Red Green Blue C M Y K H S L
Decimal 240 150 11 0 0.37 0.95 0.06 36.42 0.91 0.49
Hex F0 96 B 0 25 5F 6 24 5B 31
Octal 360 226 13 0 45 137 6 44 133 61
Binary 11110000 10010110 1011 0 100101 1011111 110 100100 1011011 110001

Color Harmonies of #F0960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0960B

Black with #F0960B

Text Example


Text Example

White with #F0960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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