Html Css Color HEX #F09513 Gamboge

📋 copy color: '#F09513'

red 240 ◦ green 149 ◦ blue 19

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

Shades of Gamboge #F09513

Tints of Gamboge #F09513

RGB

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

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

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

R = 58.82%
G = 36.52%
B = 4.66%

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

#F09513 (or 0xF09513) is known color: Gamboge. HEX triplet: F0, 95 and 13. RGB value is (240,149,19). Sum of RGB (Red+Green+Blue) = 240+149+19=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F09513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09513 is #0F6AEC. Grayscale: #A2A2A2. Windows color (decimal): -1010413 or 1283568. OLE color: 1283568.

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

Color convert

RGB 240 149 19 -
CMYK 0 0.38 0.92 0.06
HSL 35.29º 0.88% 0.51% -
HSV(B) 35.29º 0.92% 0.94% -
XYZ 46.8 40.07 5.88 -
YUV 161.39 47.65 184.07 -
System Red Green Blue C M Y K H S L
Decimal 240 149 19 0 0.38 0.92 0.06 35.29 0.88 0.51
Hex F0 95 13 0 26 5C 6 23 58 33
Octal 360 225 23 0 46 134 6 43 130 63
Binary 11110000 10010101 10011 0 100110 1011100 110 100011 1011000 110011

Color Harmonies of #F09513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09513

Black with #F09513

Text Example


Text Example

White with #F09513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09513; }

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

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

background-color css

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

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

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

border-color css

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

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

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