Html Css Color HEX #FD502B Outrageous Orange

📋 copy color: '#FD502B'

red 253 ◦ green 80 ◦ blue 43

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

Shades of Outrageous Orange #FD502B

Tints of Outrageous Orange #FD502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 67.29%
G = 21.28%
B = 11.44%

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

#FD502B (or 0xFD502B) is known color: Outrageous Orange. HEX triplet: FD, 50 and 2B. RGB value is (253,80,43). Sum of RGB (Red+Green+Blue) = 253+80+43=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD502B is #02AFD4. Grayscale: #7F7F7F. Windows color (decimal): -176085 or 2838781. OLE color: 2838781.

HSL color Cylindrical-coordinate representation of color #FD502B: hue angle of 10.57º 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 #FD502B is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 80 43 -
CMYK 0 0.68 0.83 0.01
HSL 10.57º 0.98% 0.58% -
HSV(B) 10.57º 0.83% 0.99% -
XYZ 43.81 26.79 5.15 -
YUV 127.51 80.31 217.51 -
System Red Green Blue C M Y K H S L
Decimal 253 80 43 0 0.68 0.83 0.01 10.57 0.98 0.58
Hex FD 50 2B 0 44 53 1 B 62 3A
Octal 375 120 53 0 104 123 1 13 142 72
Binary 11111101 1010000 101011 0 1000100 1010011 1 1011 1100010 111010

Color Harmonies of #FD502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD502B

Black with #FD502B

Text Example


Text Example

White with #FD502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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