Html Css Color HEX #FD302B Red Orange

📋 copy color: '#FD302B'

red 253 ◦ green 48 ◦ blue 43

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

Shades of Red Orange #FD302B

Tints of Red Orange #FD302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 73.55%
G = 13.95%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD302B (or 0xFD302B) is known color: Red Orange. HEX triplet: FD, 30 and 2B. RGB value is (253,48,43). Sum of RGB (Red+Green+Blue) = 253+48+43=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD302B is #02CFD4. Grayscale: #6C6C6C. Windows color (decimal): -184277 or 2830589. OLE color: 2830589.

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

Color convert

RGB 253 48 43 -
CMYK 0 0.81 0.83 0.01
HSL 1.43º 0.98% 0.58% -
HSV(B) 1.43º 0.83% 0.99% -
XYZ 42 23.17 4.54 -
YUV 108.73 90.92 230.91 -
System Red Green Blue C M Y K H S L
Decimal 253 48 43 0 0.81 0.83 0.01 1.43 0.98 0.58
Hex FD 30 2B 0 51 53 1 1 62 3A
Octal 375 60 53 0 121 123 1 1 142 72
Binary 11111101 110000 101011 0 1010001 1010011 1 1 1100010 111010

Color Harmonies of #FD302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD302B

Black with #FD302B

Text Example


Text Example

White with #FD302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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