Html Css Color HEX #F09812 Gamboge

📋 copy color: '#F09812'

red 240 ◦ green 152 ◦ blue 18

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

Shades of Gamboge #F09812

Tints of Gamboge #F09812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

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

R = 58.54%
G = 37.07%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09812 (or 0xF09812) is known color: Gamboge. HEX triplet: F0, 98 and 12. RGB value is (240,152,18). Sum of RGB (Red+Green+Blue) = 240+152+18=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F09812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09812 is #0F67ED. Grayscale: #A3A3A3. Windows color (decimal): -1009646 or 1218800. OLE color: 1218800.

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

Color convert

RGB 240 152 18 -
CMYK 0 0.37 0.92 0.06
HSL 36.22º 0.88% 0.51% -
HSV(B) 36.22º 0.93% 0.94% -
XYZ 47.27 41.03 6 -
YUV 163.04 46.15 182.9 -
System Red Green Blue C M Y K H S L
Decimal 240 152 18 0 0.37 0.92 0.06 36.22 0.88 0.51
Hex F0 98 12 0 25 5C 6 24 58 33
Octal 360 230 22 0 45 134 6 44 130 63
Binary 11110000 10011000 10010 0 100101 1011100 110 100100 1011000 110011

Color Harmonies of #F09812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09812

Black with #F09812

Text Example


Text Example

White with #F09812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09812; }

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

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

background-color css

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

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

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

border-color css

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

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

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