Html Css Color HEX #F5970F Gamboge

📋 copy color: '#F5970F'

red 245 ◦ green 151 ◦ blue 15

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

Shades of Gamboge #F5970F

Tints of Gamboge #F5970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.74%

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

R = 59.61%
G = 36.74%
B = 3.65%

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

#F5970F (or 0xF5970F) is known color: Gamboge. HEX triplet: F5, 97 and 0F. RGB value is (245,151,15). Sum of RGB (Red+Green+Blue) = 245+151+15=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F5970F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5970F is #0A68F0. Grayscale: #A4A4A4. Windows color (decimal): -682225 or 1021941. OLE color: 1021941.

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

Color convert

RGB 245 151 15 -
CMYK 0 0.38 0.94 0.04
HSL 35.48º 0.92% 0.51% -
HSV(B) 35.48º 0.94% 0.96% -
XYZ 48.81 41.58 5.91 -
YUV 163.6 44.14 186.06 -
System Red Green Blue C M Y K H S L
Decimal 245 151 15 0 0.38 0.94 0.04 35.48 0.92 0.51
Hex F5 97 F 0 26 5E 4 23 5C 33
Octal 365 227 17 0 46 136 4 43 134 63
Binary 11110101 10010111 1111 0 100110 1011110 100 100011 1011100 110011

Color Harmonies of #F5970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5970F

Black with #F5970F

Text Example


Text Example

White with #F5970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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