Html Css Color HEX #FC620E Safety Orange

📋 copy color: '#FC620E'

red 252 ◦ green 98 ◦ blue 14

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

Shades of Safety Orange #FC620E

Tints of Safety Orange #FC620E

RGB

 RED value IS 252 (98.83% from 255) = 69.23%

 GREEN value IS 98 (38.67% from 255) = 26.92%

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

R = 69.23%
G = 26.92%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC620E (or 0xFC620E) is known color: Safety Orange. HEX triplet: FC, 62 and 0E. RGB value is (252,98,14). Sum of RGB (Red+Green+Blue) = 252+98+14=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC620E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC620E is #039DF1. Grayscale: #868686. Windows color (decimal): -237042 or 942844. OLE color: 942844.

HSL color Cylindrical-coordinate representation of color #FC620E: hue angle of 21.18º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC620E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 98 14 -
CMYK 0 0.61 0.94 0.01
HSL 21.18º 0.98% 0.52% -
HSV(B) 21.18º 0.94% 0.99% -
XYZ 44.59 29.46 3.75 -
YUV 134.47 60.02 211.83 -
System Red Green Blue C M Y K H S L
Decimal 252 98 14 0 0.61 0.94 0.01 21.18 0.98 0.52
Hex FC 62 E 0 3D 5E 1 15 62 34
Octal 374 142 16 0 75 136 1 25 142 64
Binary 11111100 1100010 1110 0 111101 1011110 1 10101 1100010 110100

Color Harmonies of #FC620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC620E

Black with #FC620E

Text Example


Text Example

White with #FC620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC620E; }

 p { color: rgb(252,98,14); }

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

background-color css

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

 a { background-color: rgb(252,98,14); }

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

border-color css

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

 span { border-color: rgb(252,98,14); }

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