Html Css Color HEX #FC620C Safety Orange

📋 copy color: '#FC620C'

red 252 ◦ green 98 ◦ blue 12

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

Shades of Safety Orange #FC620C

Tints of Safety Orange #FC620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 69.61%
G = 27.07%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC620C (or 0xFC620C) is known color: Safety Orange. HEX triplet: FC, 62 and 0C. RGB value is (252,98,12). Sum of RGB (Red+Green+Blue) = 252+98+12=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC620C is #039DF3. Grayscale: #868686. Windows color (decimal): -237044 or 811772. OLE color: 811772.

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

Color convert

RGB 252 98 12 -
CMYK 0 0.61 0.95 0.01
HSL 21.5º 0.98% 0.52% -
HSV(B) 21.5º 0.95% 0.99% -
XYZ 44.58 29.46 3.68 -
YUV 134.24 59.02 211.99 -
System Red Green Blue C M Y K H S L
Decimal 252 98 12 0 0.61 0.95 0.01 21.5 0.98 0.52
Hex FC 62 C 0 3D 5F 1 16 62 34
Octal 374 142 14 0 75 137 1 26 142 64
Binary 11111100 1100010 1100 0 111101 1011111 1 10110 1100010 110100

Color Harmonies of #FC620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC620C

Black with #FC620C

Text Example


Text Example

White with #FC620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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