Html Css Color HEX #FC610D Safety Orange

📋 copy color: '#FC610D'

red 252 ◦ green 97 ◦ blue 13

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

Shades of Safety Orange #FC610D

Tints of Safety Orange #FC610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.59%

R = 69.61%
G = 26.8%
B = 3.59%

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

#FC610D (or 0xFC610D) is known color: Safety Orange. HEX triplet: FC, 61 and 0D. RGB value is (252,97,13). Sum of RGB (Red+Green+Blue) = 252+97+13=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC610D is #039EF2. Grayscale: #868686. Windows color (decimal): -237299 or 877052. OLE color: 877052.

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

Color convert

RGB 252 97 13 -
CMYK 0 0.62 0.95 0.01
HSL 21.09º 0.98% 0.52% -
HSV(B) 21.09º 0.95% 0.99% -
XYZ 44.49 29.27 3.69 -
YUV 133.77 59.85 212.33 -
System Red Green Blue C M Y K H S L
Decimal 252 97 13 0 0.62 0.95 0.01 21.09 0.98 0.52
Hex FC 61 D 0 3E 5F 1 15 62 34
Octal 374 141 15 0 76 137 1 25 142 64
Binary 11111100 1100001 1101 0 111110 1011111 1 10101 1100010 110100

Color Harmonies of #FC610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC610D

Black with #FC610D

Text Example


Text Example

White with #FC610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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