Html Css Color HEX #FC510F International Orange

📋 copy color: '#FC510F'

red 252 ◦ green 81 ◦ blue 15

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

Shades of International Orange #FC510F

Tints of International Orange #FC510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

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

R = 72.41%
G = 23.28%
B = 4.31%

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

#FC510F (or 0xFC510F) is known color: International Orange. HEX triplet: FC, 51 and 0F. RGB value is (252,81,15). Sum of RGB (Red+Green+Blue) = 252+81+15=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC510F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC510F is #03AEF0. Grayscale: #7D7D7D. Windows color (decimal): -241393 or 1004028. OLE color: 1004028.

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

Color convert

RGB 252 81 15 -
CMYK 0 0.68 0.94 0.01
HSL 16.71º 0.98% 0.52% -
HSV(B) 16.71º 0.94% 0.99% -
XYZ 43.17 26.61 3.31 -
YUV 124.61 66.15 218.87 -
System Red Green Blue C M Y K H S L
Decimal 252 81 15 0 0.68 0.94 0.01 16.71 0.98 0.52
Hex FC 51 F 0 44 5E 1 11 62 34
Octal 374 121 17 0 104 136 1 21 142 64
Binary 11111100 1010001 1111 0 1000100 1011110 1 10001 1100010 110100

Color Harmonies of #FC510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC510F

Black with #FC510F

Text Example


Text Example

White with #FC510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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