Html Css Color HEX #FD550D International Orange

📋 copy color: '#FD550D'

red 253 ◦ green 85 ◦ blue 13

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

Shades of International Orange #FD550D

Tints of International Orange #FD550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 72.08%
G = 24.22%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD550D (or 0xFD550D) is known color: International Orange. HEX triplet: FD, 55 and 0D. RGB value is (253,85,13). Sum of RGB (Red+Green+Blue) = 253+85+13=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD550D is #02AAF2. Grayscale: #7F7F7F. Windows color (decimal): -174835 or 873981. OLE color: 873981.

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

Color convert

RGB 253 85 13 -
CMYK 0 0.66 0.95 0.01
HSL 18º 0.98% 0.52% -
HSV(B) 18º 0.95% 0.99% -
XYZ 43.83 27.41 3.36 -
YUV 127.02 63.66 217.85 -
System Red Green Blue C M Y K H S L
Decimal 253 85 13 0 0.66 0.95 0.01 18 0.98 0.52
Hex FD 55 D 0 42 5F 1 12 62 34
Octal 375 125 15 0 102 137 1 22 142 64
Binary 11111101 1010101 1101 0 1000010 1011111 1 10010 1100010 110100

Color Harmonies of #FD550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD550D

Black with #FD550D

Text Example


Text Example

White with #FD550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD550D; }

 p { color: rgb(253,85,13); }

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

background-color css

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

 a { background-color: rgb(253,85,13); }

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

border-color css

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

 span { border-color: rgb(253,85,13); }

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