Html Css Color HEX #FD5325 Outrageous Orange

📋 copy color: '#FD5325'

red 253 ◦ green 83 ◦ blue 37

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

Shades of Outrageous Orange #FD5325

Tints of Outrageous Orange #FD5325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 67.83%
G = 22.25%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD5325 (or 0xFD5325) is known color: Outrageous Orange. HEX triplet: FD, 53 and 25. RGB value is (253,83,37). Sum of RGB (Red+Green+Blue) = 253+83+37=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5325 is #02ACDA. Grayscale: #808080. Windows color (decimal): -175323 or 2446333. OLE color: 2446333.

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

Color convert

RGB 253 83 37 -
CMYK 0 0.67 0.85 0.01
HSL 12.78º 0.98% 0.57% -
HSV(B) 12.78º 0.85% 0.99% -
XYZ 43.94 27.2 4.69 -
YUV 128.59 76.32 216.74 -
System Red Green Blue C M Y K H S L
Decimal 253 83 37 0 0.67 0.85 0.01 12.78 0.98 0.57
Hex FD 53 25 0 43 55 1 D 62 39
Octal 375 123 45 0 103 125 1 15 142 71
Binary 11111101 1010011 100101 0 1000011 1010101 1 1101 1100010 111001

Color Harmonies of #FD5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5325

Black with #FD5325

Text Example


Text Example

White with #FD5325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5325; }

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

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

background-color css

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

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

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

border-color css

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

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

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