Html Css Color HEX #FC630C Safety Orange

📋 copy color: '#FC630C'

red 252 ◦ green 99 ◦ blue 12

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

Shades of Safety Orange #FC630C

Tints of Safety Orange #FC630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 69.42%
G = 27.27%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC630C (or 0xFC630C) is known color: Safety Orange. HEX triplet: FC, 63 and 0C. RGB value is (252,99,12). Sum of RGB (Red+Green+Blue) = 252+99+12=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC630C is #039CF3. Grayscale: #878787. Windows color (decimal): -236788 or 812028. OLE color: 812028.

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

Color convert

RGB 252 99 12 -
CMYK 0 0.61 0.95 0.01
HSL 21.75º 0.98% 0.52% -
HSV(B) 21.75º 0.95% 0.99% -
XYZ 44.67 29.65 3.72 -
YUV 134.83 58.69 211.57 -
System Red Green Blue C M Y K H S L
Decimal 252 99 12 0 0.61 0.95 0.01 21.75 0.98 0.52
Hex FC 63 C 0 3D 5F 1 16 62 34
Octal 374 143 14 0 75 137 1 26 142 64
Binary 11111100 1100011 1100 0 111101 1011111 1 10110 1100010 110100

Color Harmonies of #FC630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC630C

Black with #FC630C

Text Example


Text Example

White with #FC630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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