Html Css Color HEX #FD541A International Orange

📋 copy color: '#FD541A'

red 253 ◦ green 84 ◦ blue 26

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

Shades of International Orange #FD541A

Tints of International Orange #FD541A

RGB

 RED value IS 253 (99.22% from 255) = 69.7%

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 69.7%
G = 23.14%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD541A (or 0xFD541A) is known color: International Orange. HEX triplet: FD, 54 and 1A. RGB value is (253,84,26). Sum of RGB (Red+Green+Blue) = 253+84+26=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD541A is #02ABE5. Grayscale: #808080. Windows color (decimal): -175078 or 1725693. OLE color: 1725693.

HSL color Cylindrical-coordinate representation of color #FD541A: hue angle of 15.33º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD541A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 84 26 -
CMYK 0 0.67 0.90 0.01
HSL 15.33º 0.98% 0.55% -
HSV(B) 15.33º 0.9% 0.99% -
XYZ 43.86 27.3 3.93 -
YUV 127.92 70.49 217.22 -
System Red Green Blue C M Y K H S L
Decimal 253 84 26 0 0.67 0.90 0.01 15.33 0.98 0.55
Hex FD 54 1A 0 43 5A 1 F 62 37
Octal 375 124 32 0 103 132 1 17 142 67
Binary 11111101 1010100 11010 0 1000011 1011010 1 1111 1100010 110111

Color Harmonies of #FD541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD541A

Black with #FD541A

Text Example


Text Example

White with #FD541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD541A; }

 p { color: rgb(253,84,26); }

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

background-color css

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

 a { background-color: rgb(253,84,26); }

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

border-color css

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

 span { border-color: rgb(253,84,26); }

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