Html Css Color HEX #F09512 Gamboge

📋 copy color: '#F09512'

red 240 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #F09512

Tints of Gamboge #F09512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 58.97%
G = 36.61%
B = 4.42%

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

#F09512 (or 0xF09512) is known color: Gamboge. HEX triplet: F0, 95 and 12. RGB value is (240,149,18). Sum of RGB (Red+Green+Blue) = 240+149+18=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F09512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09512 is #0F6AED. Grayscale: #A1A1A1. Windows color (decimal): -1010414 or 1218032. OLE color: 1218032.

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

Color convert

RGB 240 149 18 -
CMYK 0 0.38 0.92 0.06
HSL 35.41º 0.88% 0.51% -
HSV(B) 35.41º 0.93% 0.94% -
XYZ 46.79 40.06 5.84 -
YUV 161.28 47.15 184.15 -
System Red Green Blue C M Y K H S L
Decimal 240 149 18 0 0.38 0.92 0.06 35.41 0.88 0.51
Hex F0 95 12 0 26 5C 6 23 58 33
Octal 360 225 22 0 46 134 6 43 130 63
Binary 11110000 10010101 10010 0 100110 1011100 110 100011 1011000 110011

Color Harmonies of #F09512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09512

Black with #F09512

Text Example


Text Example

White with #F09512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09512; }

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

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

background-color css

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

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

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

border-color css

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

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

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