Html Css Color HEX #F09411 Gamboge

📋 copy color: '#F09411'

red 240 ◦ green 148 ◦ blue 17

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

Shades of Gamboge #F09411

Tints of Gamboge #F09411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 59.26%
G = 36.54%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F09411 (or 0xF09411) is known color: Gamboge. HEX triplet: F0, 94 and 11. RGB value is (240,148,17). Sum of RGB (Red+Green+Blue) = 240+148+17=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F09411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09411 is #0F6BEE. Grayscale: #A1A1A1. Windows color (decimal): -1010671 or 1152240. OLE color: 1152240.

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

Color convert

RGB 240 148 17 -
CMYK 0 0.38 0.93 0.06
HSL 35.25º 0.88% 0.5% -
HSV(B) 35.25º 0.93% 0.94% -
XYZ 46.63 39.75 5.74 -
YUV 160.57 46.98 184.65 -
System Red Green Blue C M Y K H S L
Decimal 240 148 17 0 0.38 0.93 0.06 35.25 0.88 0.5
Hex F0 94 11 0 26 5D 6 23 58 32
Octal 360 224 21 0 46 135 6 43 130 62
Binary 11110000 10010100 10001 0 100110 1011101 110 100011 1011000 110010

Color Harmonies of #F09411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09411

Black with #F09411

Text Example


Text Example

White with #F09411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09411; }

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

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

background-color css

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

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

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

border-color css

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

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

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