Html Css Color HEX #FC6900 Safety Orange

📋 copy color: '#FC6900'

red 252 ◦ green 105 ◦ blue 0

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

Shades of Safety Orange #FC6900

Tints of Safety Orange #FC6900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.59%
G = 29.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC6900 (or 0xFC6900) is known color: Safety Orange. HEX triplet: FC, 69 and 00. RGB value is (252,105,0). Sum of RGB (Red+Green+Blue) = 252+105+0=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6900 is #0396FF. Grayscale: #898989. Windows color (decimal): -235264 or 27132. OLE color: 27132.

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

Color convert

RGB 252 105 0 -
CMYK 0 0.58 1 0.01
HSL 25º 1% 0.49% -
HSV(B) 25º 1% 0.99% -
XYZ 45.2 30.8 3.56 -
YUV 136.98 50.7 210.04 -
System Red Green Blue C M Y K H S L
Decimal 252 105 0 0 0.58 1 0.01 25 1 0.49
Hex FC 69 0 0 3A 64 1 19 64 31
Octal 374 151 0 0 72 144 1 31 144 61
Binary 11111100 1101001 0 0 111010 1100100 1 11001 1100100 110001

Color Harmonies of #FC6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6900

Black with #FC6900

Text Example


Text Example

White with #FC6900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6900; }

 p { color: rgb(252,105,0); }

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

background-color css

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

 a { background-color: rgb(252,105,0); }

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

border-color css

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

 span { border-color: rgb(252,105,0); }

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