Html Css Color HEX #F09412 Gamboge

📋 copy color: '#F09412'

red 240 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #F09412

Tints of Gamboge #F09412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.43%

R = 59.11%
G = 36.45%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09412 (or 0xF09412) is known color: Gamboge. HEX triplet: F0, 94 and 12. RGB value is (240,148,18). Sum of RGB (Red+Green+Blue) = 240+148+18=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F09412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09412 is #0F6BED. Grayscale: #A1A1A1. Windows color (decimal): -1010670 or 1217776. OLE color: 1217776.

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

Color convert

RGB 240 148 18 -
CMYK 0 0.38 0.92 0.06
HSL 35.14º 0.88% 0.51% -
HSV(B) 35.14º 0.93% 0.94% -
XYZ 46.63 39.75 5.79 -
YUV 160.69 47.48 184.57 -
System Red Green Blue C M Y K H S L
Decimal 240 148 18 0 0.38 0.92 0.06 35.14 0.88 0.51
Hex F0 94 12 0 26 5C 6 23 58 33
Octal 360 224 22 0 46 134 6 43 130 63
Binary 11110000 10010100 10010 0 100110 1011100 110 100011 1011000 110011

Color Harmonies of #F09412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09412

Black with #F09412

Text Example


Text Example

White with #F09412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09412; }

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

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

background-color css

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

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

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

border-color css

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

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

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