Html Css Color HEX #FD531C International Orange

📋 copy color: '#FD531C'

red 253 ◦ green 83 ◦ blue 28

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

Shades of International Orange #FD531C

Tints of International Orange #FD531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 69.51%
G = 22.8%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD531C (or 0xFD531C) is known color: International Orange. HEX triplet: FD, 53 and 1C. RGB value is (253,83,28). Sum of RGB (Red+Green+Blue) = 253+83+28=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD531C is #02ACE3. Grayscale: #7F7F7F. Windows color (decimal): -175332 or 1856509. OLE color: 1856509.

HSL color Cylindrical-coordinate representation of color #FD531C: hue angle of 14.67º degrees, saturation: 0.98, 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 #FD531C is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 83 28 -
CMYK 0 0.67 0.89 0.01
HSL 14.67º 0.98% 0.55% -
HSV(B) 14.67º 0.89% 0.99% -
XYZ 43.81 27.15 4.03 -
YUV 127.56 71.82 217.47 -
System Red Green Blue C M Y K H S L
Decimal 253 83 28 0 0.67 0.89 0.01 14.67 0.98 0.55
Hex FD 53 1C 0 43 59 1 F 62 37
Octal 375 123 34 0 103 131 1 17 142 67
Binary 11111101 1010011 11100 0 1000011 1011001 1 1111 1100010 110111

Color Harmonies of #FD531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD531C

Black with #FD531C

Text Example


Text Example

White with #FD531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD531C; }

 p { color: rgb(253,83,28); }

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

background-color css

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

 a { background-color: rgb(253,83,28); }

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

border-color css

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

 span { border-color: rgb(253,83,28); }

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