Html Css Color HEX #F59A0F Gamboge

📋 copy color: '#F59A0F'

red 245 ◦ green 154 ◦ blue 15

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

Shades of Gamboge #F59A0F

Tints of Gamboge #F59A0F

RGB

 RED value IS 245 (96.09% from 255) = 59.18%

 GREEN value IS 154 (60.55% from 255) = 37.2%

 BLUE value IS 15 (6.25% from 255) = 3.62%

R = 59.18%
G = 37.2%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F59A0F (or 0xF59A0F) is known color: Gamboge. HEX triplet: F5, 9A and 0F. RGB value is (245,154,15). Sum of RGB (Red+Green+Blue) = 245+154+15=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59A0F is #0A65F0. Grayscale: #A6A6A6. Windows color (decimal): -681457 or 1022709. OLE color: 1022709.

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

Color convert

RGB 245 154 15 -
CMYK 0 0.37 0.94 0.04
HSL 36.26º 0.92% 0.51% -
HSV(B) 36.26º 0.94% 0.96% -
XYZ 49.3 42.56 6.07 -
YUV 165.36 43.15 184.8 -
System Red Green Blue C M Y K H S L
Decimal 245 154 15 0 0.37 0.94 0.04 36.26 0.92 0.51
Hex F5 9A F 0 25 5E 4 24 5C 33
Octal 365 232 17 0 45 136 4 44 134 63
Binary 11110101 10011010 1111 0 100101 1011110 100 100100 1011100 110011

Color Harmonies of #F59A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59A0F

Black with #F59A0F

Text Example


Text Example

White with #F59A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59A0F; }

 p { color: rgb(245,154,15); }

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

background-color css

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

 a { background-color: rgb(245,154,15); }

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

border-color css

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

 span { border-color: rgb(245,154,15); }

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