Html Css Color HEX #F5980F Gamboge

📋 copy color: '#F5980F'

red 245 ◦ green 152 ◦ blue 15

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

Shades of Gamboge #F5980F

Tints of Gamboge #F5980F

RGB

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

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

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

R = 59.47%
G = 36.89%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5980F (or 0xF5980F) is known color: Gamboge. HEX triplet: F5, 98 and 0F. RGB value is (245,152,15). Sum of RGB (Red+Green+Blue) = 245+152+15=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F5980F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5980F is #0A67F0. Grayscale: #A4A4A4. Windows color (decimal): -681969 or 1022197. OLE color: 1022197.

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

Color convert

RGB 245 152 15 -
CMYK 0 0.38 0.94 0.04
HSL 35.74º 0.92% 0.51% -
HSV(B) 35.74º 0.94% 0.96% -
XYZ 48.97 41.9 5.96 -
YUV 164.19 43.81 185.64 -
System Red Green Blue C M Y K H S L
Decimal 245 152 15 0 0.38 0.94 0.04 35.74 0.92 0.51
Hex F5 98 F 0 26 5E 4 24 5C 33
Octal 365 230 17 0 46 136 4 44 134 63
Binary 11110101 10011000 1111 0 100110 1011110 100 100100 1011100 110011

Color Harmonies of #F5980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5980F

Black with #F5980F

Text Example


Text Example

White with #F5980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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