Html Css Color HEX #FC630A Safety Orange

📋 copy color: '#FC630A'

red 252 ◦ green 99 ◦ blue 10

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

Shades of Safety Orange #FC630A

Tints of Safety Orange #FC630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 69.81%
G = 27.42%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC630A (or 0xFC630A) is known color: Safety Orange. HEX triplet: FC, 63 and 0A. RGB value is (252,99,10). Sum of RGB (Red+Green+Blue) = 252+99+10=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC630A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC630A is #039CF5. Grayscale: #878787. Windows color (decimal): -236790 or 680956. OLE color: 680956.

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

Color convert

RGB 252 99 10 -
CMYK 0 0.61 0.96 0.01
HSL 22.07º 0.98% 0.51% -
HSV(B) 22.07º 0.96% 0.99% -
XYZ 44.66 29.64 3.65 -
YUV 134.6 57.69 211.74 -
System Red Green Blue C M Y K H S L
Decimal 252 99 10 0 0.61 0.96 0.01 22.07 0.98 0.51
Hex FC 63 A 0 3D 60 1 16 62 33
Octal 374 143 12 0 75 140 1 26 142 63
Binary 11111100 1100011 1010 0 111101 1100000 1 10110 1100010 110011

Color Harmonies of #FC630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC630A

Black with #FC630A

Text Example


Text Example

White with #FC630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC630A; }

 p { color: rgb(252,99,10); }

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

background-color css

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

 a { background-color: rgb(252,99,10); }

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

border-color css

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

 span { border-color: rgb(252,99,10); }

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