Html Css Color HEX #F0990B Gamboge

📋 copy color: '#F0990B'

red 240 ◦ green 153 ◦ blue 11

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

Shades of Gamboge #F0990B

Tints of Gamboge #F0990B

RGB

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

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

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

R = 59.41%
G = 37.87%
B = 2.72%

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

#F0990B (or 0xF0990B) is known color: Gamboge. HEX triplet: F0, 99 and 0B. RGB value is (240,153,11). Sum of RGB (Red+Green+Blue) = 240+153+11=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0990B is #0F66F4. Grayscale: #A3A3A3. Windows color (decimal): -1009397 or 760304. OLE color: 760304.

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

Color convert

RGB 240 153 11 -
CMYK 0 0.36 0.95 0.06
HSL 37.21º 0.91% 0.49% -
HSV(B) 37.21º 0.95% 0.94% -
XYZ 47.39 41.33 5.8 -
YUV 162.83 42.32 183.05 -
System Red Green Blue C M Y K H S L
Decimal 240 153 11 0 0.36 0.95 0.06 37.21 0.91 0.49
Hex F0 99 B 0 24 5F 6 25 5B 31
Octal 360 231 13 0 44 137 6 45 133 61
Binary 11110000 10011001 1011 0 100100 1011111 110 100101 1011011 110001

Color Harmonies of #F0990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0990B

Black with #F0990B

Text Example


Text Example

White with #F0990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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