Html Css Color HEX #F09E13 Gamboge

📋 copy color: '#F09E13'

red 240 ◦ green 158 ◦ blue 19

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

Shades of Gamboge #F09E13

Tints of Gamboge #F09E13

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.89%

 BLUE value IS 19 (7.81% from 255) = 4.56%

R = 57.55%
G = 37.89%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09E13 (or 0xF09E13) is known color: Gamboge. HEX triplet: F0, 9E and 13. RGB value is (240,158,19). Sum of RGB (Red+Green+Blue) = 240+158+19=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09E13 is #0F61EC. Grayscale: #A7A7A7. Windows color (decimal): -1008109 or 1285872. OLE color: 1285872.

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

Color convert

RGB 240 158 19 -
CMYK 0 0.34 0.92 0.06
HSL 37.74º 0.88% 0.51% -
HSV(B) 37.74º 0.92% 0.94% -
XYZ 48.28 43.03 6.38 -
YUV 166.67 44.67 180.3 -
System Red Green Blue C M Y K H S L
Decimal 240 158 19 0 0.34 0.92 0.06 37.74 0.88 0.51
Hex F0 9E 13 0 22 5C 6 26 58 33
Octal 360 236 23 0 42 134 6 46 130 63
Binary 11110000 10011110 10011 0 100010 1011100 110 100110 1011000 110011

Color Harmonies of #F09E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09E13

Black with #F09E13

Text Example


Text Example

White with #F09E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09E13; }

 p { color: rgb(240,158,19); }

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

background-color css

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

 a { background-color: rgb(240,158,19); }

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

border-color css

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

 span { border-color: rgb(240,158,19); }

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