Html Css Color HEX #FC610C Safety Orange

📋 copy color: '#FC610C'

red 252 ◦ green 97 ◦ blue 12

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

Shades of Safety Orange #FC610C

Tints of Safety Orange #FC610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

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

R = 69.81%
G = 26.87%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC610C (or 0xFC610C) is known color: Safety Orange. HEX triplet: FC, 61 and 0C. RGB value is (252,97,12). Sum of RGB (Red+Green+Blue) = 252+97+12=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC610C is #039EF3. Grayscale: #868686. Windows color (decimal): -237300 or 811516. OLE color: 811516.

HSL color Cylindrical-coordinate representation of color #FC610C: hue angle of 21.25º 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 #FC610C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 97 12 -
CMYK 0 0.62 0.95 0.01
HSL 21.25º 0.98% 0.52% -
HSV(B) 21.25º 0.95% 0.99% -
XYZ 44.49 29.27 3.65 -
YUV 133.66 59.35 212.41 -
System Red Green Blue C M Y K H S L
Decimal 252 97 12 0 0.62 0.95 0.01 21.25 0.98 0.52
Hex FC 61 C 0 3E 5F 1 15 62 34
Octal 374 141 14 0 76 137 1 25 142 64
Binary 11111100 1100001 1100 0 111110 1011111 1 10101 1100010 110100

Color Harmonies of #FC610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC610C

Black with #FC610C

Text Example


Text Example

White with #FC610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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