Html Css Color HEX #FC650D Safety Orange

📋 copy color: '#FC650D'

red 252 ◦ green 101 ◦ blue 13

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

Shades of Safety Orange #FC650D

Tints of Safety Orange #FC650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 68.85%
G = 27.6%
B = 3.55%

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

#FC650D (or 0xFC650D) is known color: Safety Orange. HEX triplet: FC, 65 and 0D. RGB value is (252,101,13). Sum of RGB (Red+Green+Blue) = 252+101+13=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC650D is #039AF2. Grayscale: #888888. Windows color (decimal): -236275 or 878076. OLE color: 878076.

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

Color convert

RGB 252 101 13 -
CMYK 0 0.60 0.95 0.01
HSL 22.09º 0.98% 0.52% -
HSV(B) 22.09º 0.95% 0.99% -
XYZ 44.87 30.03 3.81 -
YUV 136.12 58.53 210.66 -
System Red Green Blue C M Y K H S L
Decimal 252 101 13 0 0.60 0.95 0.01 22.09 0.98 0.52
Hex FC 65 D 0 3C 5F 1 16 62 34
Octal 374 145 15 0 74 137 1 26 142 64
Binary 11111100 1100101 1101 0 111100 1011111 1 10110 1100010 110100

Color Harmonies of #FC650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC650D

Black with #FC650D

Text Example


Text Example

White with #FC650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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