Html Css Color HEX #FC650A Safety Orange

📋 copy color: '#FC650A'

red 252 ◦ green 101 ◦ blue 10

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

Shades of Safety Orange #FC650A

Tints of Safety Orange #FC650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 69.42%
G = 27.82%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC650A (or 0xFC650A) is known color: Safety Orange. HEX triplet: FC, 65 and 0A. RGB value is (252,101,10). Sum of RGB (Red+Green+Blue) = 252+101+10=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC650A is #039AF5. Grayscale: #888888. Windows color (decimal): -236278 or 681468. OLE color: 681468.

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

Color convert

RGB 252 101 10 -
CMYK 0 0.60 0.96 0.01
HSL 22.56º 0.98% 0.51% -
HSV(B) 22.56º 0.96% 0.99% -
XYZ 44.85 30.02 3.72 -
YUV 135.78 57.03 210.9 -
System Red Green Blue C M Y K H S L
Decimal 252 101 10 0 0.60 0.96 0.01 22.56 0.98 0.51
Hex FC 65 A 0 3C 60 1 17 62 33
Octal 374 145 12 0 74 140 1 27 142 63
Binary 11111100 1100101 1010 0 111100 1100000 1 10111 1100010 110011

Color Harmonies of #FC650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC650A

Black with #FC650A

Text Example


Text Example

White with #FC650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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