Html Css Color HEX #F5950E Gamboge

📋 copy color: '#F5950E'

red 245 ◦ green 149 ◦ blue 14

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

Shades of Gamboge #F5950E

Tints of Gamboge #F5950E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 60.05%
G = 36.52%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5950E (or 0xF5950E) is known color: Gamboge. HEX triplet: F5, 95 and 0E. RGB value is (245,149,14). Sum of RGB (Red+Green+Blue) = 245+149+14=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5950E is #0A6AF1. Grayscale: #A2A2A2. Windows color (decimal): -682738 or 955893. OLE color: 955893.

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

Color convert

RGB 245 149 14 -
CMYK 0 0.39 0.94 0.04
HSL 35.06º 0.92% 0.51% -
HSV(B) 35.06º 0.94% 0.96% -
XYZ 48.48 40.94 5.76 -
YUV 162.31 44.3 186.98 -
System Red Green Blue C M Y K H S L
Decimal 245 149 14 0 0.39 0.94 0.04 35.06 0.92 0.51
Hex F5 95 E 0 27 5E 4 23 5C 33
Octal 365 225 16 0 47 136 4 43 134 63
Binary 11110101 10010101 1110 0 100111 1011110 100 100011 1011100 110011

Color Harmonies of #F5950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5950E

Black with #F5950E

Text Example


Text Example

White with #F5950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5950E; }

 p { color: rgb(245,149,14); }

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

background-color css

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

 a { background-color: rgb(245,149,14); }

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

border-color css

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

 span { border-color: rgb(245,149,14); }

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