Html Css Color HEX #FC6A07 Safety Orange

📋 copy color: '#FC6A07'

red 252 ◦ green 106 ◦ blue 7

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

Shades of Safety Orange #FC6A07

Tints of Safety Orange #FC6A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

 BLUE value IS 7 (3.13% from 255) = 1.92%

R = 69.04%
G = 29.04%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC6A07 (or 0xFC6A07) is known color: Safety Orange. HEX triplet: FC, 6A and 07. RGB value is (252,106,7). Sum of RGB (Red+Green+Blue) = 252+106+7=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A07 is #0395F8. Grayscale: #8A8A8A. Windows color (decimal): -235001 or 486140. OLE color: 486140.

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

Color convert

RGB 252 106 7 -
CMYK 0 0.58 0.97 0.01
HSL 24.24º 0.98% 0.51% -
HSV(B) 24.24º 0.97% 0.99% -
XYZ 45.34 31.02 3.8 -
YUV 138.37 53.87 209.05 -
System Red Green Blue C M Y K H S L
Decimal 252 106 7 0 0.58 0.97 0.01 24.24 0.98 0.51
Hex FC 6A 7 0 3A 61 1 18 62 33
Octal 374 152 7 0 72 141 1 30 142 63
Binary 11111100 1101010 111 0 111010 1100001 1 11000 1100010 110011

Color Harmonies of #FC6A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A07

Black with #FC6A07

Text Example


Text Example

White with #FC6A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A07; }

 p { color: rgb(252,106,7); }

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

background-color css

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

 a { background-color: rgb(252,106,7); }

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

border-color css

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

 span { border-color: rgb(252,106,7); }

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