Html Css Color HEX #F39812 Gamboge

📋 copy color: '#F39812'

red 243 ◦ green 152 ◦ blue 18

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

Shades of Gamboge #F39812

Tints of Gamboge #F39812

RGB

 RED value IS 243 (95.31% from 255) = 58.84%

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

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

R = 58.84%
G = 36.8%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F39812 (or 0xF39812) is known color: Gamboge. HEX triplet: F3, 98 and 12. RGB value is (243,152,18). Sum of RGB (Red+Green+Blue) = 243+152+18=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F39812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F39812 is #0C67ED. Grayscale: #A4A4A4. Windows color (decimal): -813038 or 1218803. OLE color: 1218803.

HSL color Cylindrical-coordinate representation of color #F39812: hue angle of 35.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F39812 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 152 18 -
CMYK 0 0.37 0.93 0.05
HSL 35.73º 0.9% 0.51% -
HSV(B) 35.73º 0.93% 0.95% -
XYZ 48.3 41.55 6.05 -
YUV 163.93 45.65 184.4 -
System Red Green Blue C M Y K H S L
Decimal 243 152 18 0 0.37 0.93 0.05 35.73 0.9 0.51
Hex F3 98 12 0 25 5D 5 24 5A 33
Octal 363 230 22 0 45 135 5 44 132 63
Binary 11110011 10011000 10010 0 100101 1011101 101 100100 1011010 110011

Color Harmonies of #F39812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39812

Black with #F39812

Text Example


Text Example

White with #F39812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39812; }

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

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

background-color css

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

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

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

border-color css

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

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

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