Html Css Color HEX #F09311 Gamboge

📋 copy color: '#F09311'

red 240 ◦ green 147 ◦ blue 17

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

Shades of Gamboge #F09311

Tints of Gamboge #F09311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

 BLUE value IS 17 (7.03% from 255) = 4.21%

R = 59.41%
G = 36.39%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F09311 (or 0xF09311) is known color: Gamboge. HEX triplet: F0, 93 and 11. RGB value is (240,147,17). Sum of RGB (Red+Green+Blue) = 240+147+17=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F09311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09311 is #0F6CEE. Grayscale: #A0A0A0. Windows color (decimal): -1010927 or 1151984. OLE color: 1151984.

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

Color convert

RGB 240 147 17 -
CMYK 0 0.39 0.93 0.06
HSL 34.98º 0.88% 0.5% -
HSV(B) 34.98º 0.93% 0.94% -
XYZ 46.47 39.43 5.69 -
YUV 159.99 47.31 185.07 -
System Red Green Blue C M Y K H S L
Decimal 240 147 17 0 0.39 0.93 0.06 34.98 0.88 0.5
Hex F0 93 11 0 27 5D 6 23 58 32
Octal 360 223 21 0 47 135 6 43 130 62
Binary 11110000 10010011 10001 0 100111 1011101 110 100011 1011000 110010

Color Harmonies of #F09311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09311

Black with #F09311

Text Example


Text Example

White with #F09311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09311; }

 p { color: rgb(240,147,17); }

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

background-color css

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

 a { background-color: rgb(240,147,17); }

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

border-color css

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

 span { border-color: rgb(240,147,17); }

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