Html Css Color HEX #FD540A International Orange

📋 copy color: '#FD540A'

red 253 ◦ green 84 ◦ blue 10

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

Shades of International Orange #FD540A

Tints of International Orange #FD540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.88%

R = 72.91%
G = 24.21%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD540A (or 0xFD540A) is known color: International Orange. HEX triplet: FD, 54 and 0A. RGB value is (253,84,10). Sum of RGB (Red+Green+Blue) = 253+84+10=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD540A is #02ABF5. Grayscale: #7E7E7E. Windows color (decimal): -175094 or 677117. OLE color: 677117.

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

Color convert

RGB 253 84 10 -
CMYK 0 0.67 0.96 0.01
HSL 18.27º 0.98% 0.52% -
HSV(B) 18.27º 0.96% 0.99% -
XYZ 43.73 27.25 3.24 -
YUV 126.1 62.49 218.52 -
System Red Green Blue C M Y K H S L
Decimal 253 84 10 0 0.67 0.96 0.01 18.27 0.98 0.52
Hex FD 54 A 0 43 60 1 12 62 34
Octal 375 124 12 0 103 140 1 22 142 64
Binary 11111101 1010100 1010 0 1000011 1100000 1 10010 1100010 110100

Color Harmonies of #FD540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD540A

Black with #FD540A

Text Example


Text Example

White with #FD540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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