Html Css Color HEX #FD502C Outrageous Orange

📋 copy color: '#FD502C'

red 253 ◦ green 80 ◦ blue 44

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

Shades of Outrageous Orange #FD502C

Tints of Outrageous Orange #FD502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 67.11%
G = 21.22%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD502C (or 0xFD502C) is known color: Outrageous Orange. HEX triplet: FD, 50 and 2C. RGB value is (253,80,44). Sum of RGB (Red+Green+Blue) = 253+80+44=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD502C is #02AFD3. Grayscale: #7F7F7F. Windows color (decimal): -176084 or 2904317. OLE color: 2904317.

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

Color convert

RGB 253 80 44 -
CMYK 0 0.68 0.83 0.01
HSL 10.33º 0.98% 0.58% -
HSV(B) 10.33º 0.83% 0.99% -
XYZ 43.83 26.8 5.25 -
YUV 127.62 80.81 217.43 -
System Red Green Blue C M Y K H S L
Decimal 253 80 44 0 0.68 0.83 0.01 10.33 0.98 0.58
Hex FD 50 2C 0 44 53 1 A 62 3A
Octal 375 120 54 0 104 123 1 12 142 72
Binary 11111101 1010000 101100 0 1000100 1010011 1 1010 1100010 111010

Color Harmonies of #FD502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD502C

Black with #FD502C

Text Example


Text Example

White with #FD502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD502C; }

 p { color: rgb(253,80,44); }

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

background-color css

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

 a { background-color: rgb(253,80,44); }

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

border-color css

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

 span { border-color: rgb(253,80,44); }

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