Html Css Color HEX #FC650C Safety Orange

📋 copy color: '#FC650C'

red 252 ◦ green 101 ◦ blue 12

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

Shades of Safety Orange #FC650C

Tints of Safety Orange #FC650C

RGB

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

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

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

R = 69.04%
G = 27.67%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC650C (or 0xFC650C) is known color: Safety Orange. HEX triplet: FC, 65 and 0C. RGB value is (252,101,12). Sum of RGB (Red+Green+Blue) = 252+101+12=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC650C is #039AF3. Grayscale: #888888. Windows color (decimal): -236276 or 812540. OLE color: 812540.

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

Color convert

RGB 252 101 12 -
CMYK 0 0.60 0.95 0.01
HSL 22.25º 0.98% 0.52% -
HSV(B) 22.25º 0.95% 0.99% -
XYZ 44.86 30.03 3.78 -
YUV 136 58.03 210.74 -
System Red Green Blue C M Y K H S L
Decimal 252 101 12 0 0.60 0.95 0.01 22.25 0.98 0.52
Hex FC 65 C 0 3C 5F 1 16 62 34
Octal 374 145 14 0 74 137 1 26 142 64
Binary 11111100 1100101 1100 0 111100 1011111 1 10110 1100010 110100

Color Harmonies of #FC650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC650C

Black with #FC650C

Text Example


Text Example

White with #FC650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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