Html Css Color HEX #FC551B International Orange

📋 copy color: '#FC551B'

red 252 ◦ green 85 ◦ blue 27

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

Shades of International Orange #FC551B

Tints of International Orange #FC551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 69.23%
G = 23.35%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC551B (or 0xFC551B) is known color: International Orange. HEX triplet: FC, 55 and 1B. RGB value is (252,85,27). Sum of RGB (Red+Green+Blue) = 252+85+27=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC551B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC551B is #03AAE4. Grayscale: #808080. Windows color (decimal): -240357 or 1791484. OLE color: 1791484.

HSL color Cylindrical-coordinate representation of color #FC551B: hue angle of 15.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC551B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 27 -
CMYK 0 0.66 0.89 0.01
HSL 15.47º 0.97% 0.55% -
HSV(B) 15.47º 0.89% 0.99% -
XYZ 43.59 27.27 4 -
YUV 128.32 70.83 216.22 -
System Red Green Blue C M Y K H S L
Decimal 252 85 27 0 0.66 0.89 0.01 15.47 0.97 0.55
Hex FC 55 1B 0 42 59 1 F 61 37
Octal 374 125 33 0 102 131 1 17 141 67
Binary 11111100 1010101 11011 0 1000010 1011001 1 1111 1100001 110111

Color Harmonies of #FC551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC551B

Black with #FC551B

Text Example


Text Example

White with #FC551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC551B; }

 p { color: rgb(252,85,27); }

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

background-color css

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

 a { background-color: rgb(252,85,27); }

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

border-color css

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

 span { border-color: rgb(252,85,27); }

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