Html Css Color HEX #FC500F International Orange

📋 copy color: '#FC500F'

red 252 ◦ green 80 ◦ blue 15

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

Shades of International Orange #FC500F

Tints of International Orange #FC500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

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

R = 72.62%
G = 23.05%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC500F (or 0xFC500F) is known color: International Orange. HEX triplet: FC, 50 and 0F. RGB value is (252,80,15). Sum of RGB (Red+Green+Blue) = 252+80+15=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC500F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC500F is #03AFF0. Grayscale: #7C7C7C. Windows color (decimal): -241649 or 1003772. OLE color: 1003772.

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

Color convert

RGB 252 80 15 -
CMYK 0 0.68 0.94 0.01
HSL 16.46º 0.98% 0.52% -
HSV(B) 16.46º 0.94% 0.99% -
XYZ 43.1 26.47 3.29 -
YUV 124.02 66.48 219.29 -
System Red Green Blue C M Y K H S L
Decimal 252 80 15 0 0.68 0.94 0.01 16.46 0.98 0.52
Hex FC 50 F 0 44 5E 1 10 62 34
Octal 374 120 17 0 104 136 1 20 142 64
Binary 11111100 1010000 1111 0 1000100 1011110 1 10000 1100010 110100

Color Harmonies of #FC500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC500F

Black with #FC500F

Text Example


Text Example

White with #FC500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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