Html Css Color HEX #FC610B Safety Orange

📋 copy color: '#FC610B'

red 252 ◦ green 97 ◦ blue 11

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

Shades of Safety Orange #FC610B

Tints of Safety Orange #FC610B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 70%
G = 26.94%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC610B (or 0xFC610B) is known color: Safety Orange. HEX triplet: FC, 61 and 0B. RGB value is (252,97,11). Sum of RGB (Red+Green+Blue) = 252+97+11=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC610B is #039EF4. Grayscale: #868686. Windows color (decimal): -237301 or 745980. OLE color: 745980.

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

Color convert

RGB 252 97 11 -
CMYK 0 0.62 0.96 0.01
HSL 21.41º 0.98% 0.52% -
HSV(B) 21.41º 0.96% 0.99% -
XYZ 44.48 29.27 3.62 -
YUV 133.54 58.85 212.49 -
System Red Green Blue C M Y K H S L
Decimal 252 97 11 0 0.62 0.96 0.01 21.41 0.98 0.52
Hex FC 61 B 0 3E 60 1 15 62 34
Octal 374 141 13 0 76 140 1 25 142 64
Binary 11111100 1100001 1011 0 111110 1100000 1 10101 1100010 110100

Color Harmonies of #FC610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC610B

Black with #FC610B

Text Example


Text Example

White with #FC610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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