Html Css Color HEX #FC650E Safety Orange

📋 copy color: '#FC650E'

red 252 ◦ green 101 ◦ blue 14

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

Shades of Safety Orange #FC650E

Tints of Safety Orange #FC650E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 68.66%
G = 27.52%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC650E (or 0xFC650E) is known color: Safety Orange. HEX triplet: FC, 65 and 0E. RGB value is (252,101,14). Sum of RGB (Red+Green+Blue) = 252+101+14=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC650E is #039AF1. Grayscale: #888888. Windows color (decimal): -236274 or 943612. OLE color: 943612.

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

Color convert

RGB 252 101 14 -
CMYK 0 0.60 0.94 0.01
HSL 21.93º 0.98% 0.52% -
HSV(B) 21.93º 0.94% 0.99% -
XYZ 44.88 30.03 3.85 -
YUV 136.23 59.03 210.57 -
System Red Green Blue C M Y K H S L
Decimal 252 101 14 0 0.60 0.94 0.01 21.93 0.98 0.52
Hex FC 65 E 0 3C 5E 1 16 62 34
Octal 374 145 16 0 74 136 1 26 142 64
Binary 11111100 1100101 1110 0 111100 1011110 1 10110 1100010 110100

Color Harmonies of #FC650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC650E

Black with #FC650E

Text Example


Text Example

White with #FC650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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