Html Css Color HEX #FC660F Safety Orange

📋 copy color: '#FC660F'

red 252 ◦ green 102 ◦ blue 15

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

Shades of Safety Orange #FC660F

Tints of Safety Orange #FC660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 68.29%
G = 27.64%
B = 4.07%

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

#FC660F (or 0xFC660F) is known color: Safety Orange. HEX triplet: FC, 66 and 0F. RGB value is (252,102,15). Sum of RGB (Red+Green+Blue) = 252+102+15=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC660F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC660F is #0399F0. Grayscale: #898989. Windows color (decimal): -236017 or 1009404. OLE color: 1009404.

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

Color convert

RGB 252 102 15 -
CMYK 0 0.60 0.94 0.01
HSL 22.03º 0.98% 0.52% -
HSV(B) 22.03º 0.94% 0.99% -
XYZ 44.98 30.23 3.92 -
YUV 136.93 59.2 210.07 -
System Red Green Blue C M Y K H S L
Decimal 252 102 15 0 0.60 0.94 0.01 22.03 0.98 0.52
Hex FC 66 F 0 3C 5E 1 16 62 34
Octal 374 146 17 0 74 136 1 26 142 64
Binary 11111100 1100110 1111 0 111100 1011110 1 10110 1100010 110100

Color Harmonies of #FC660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC660F

Black with #FC660F

Text Example


Text Example

White with #FC660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC660F; }

 p { color: rgb(252,102,15); }

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

background-color css

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

 a { background-color: rgb(252,102,15); }

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

border-color css

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

 span { border-color: rgb(252,102,15); }

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