Html Css Color HEX #FD3B2A Red Orange

📋 copy color: '#FD3B2A'

red 253 ◦ green 59 ◦ blue 42

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

Shades of Red Orange #FD3B2A

Tints of Red Orange #FD3B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.67%

 BLUE value IS 42 (16.8% from 255) = 11.86%

R = 71.47%
G = 16.67%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD3B2A (or 0xFD3B2A) is known color: Red Orange. HEX triplet: FD, 3B and 2A. RGB value is (253,59,42). Sum of RGB (Red+Green+Blue) = 253+59+42=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3B2A is #02C4D5. Grayscale: #737373. Windows color (decimal): -181462 or 2767869. OLE color: 2767869.

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

Color convert

RGB 253 59 42 -
CMYK 0 0.77 0.83 0.01
HSL 4.83º 0.98% 0.58% -
HSV(B) 4.83º 0.83% 0.99% -
XYZ 42.49 24.18 4.62 -
YUV 115.07 86.77 226.38 -
System Red Green Blue C M Y K H S L
Decimal 253 59 42 0 0.77 0.83 0.01 4.83 0.98 0.58
Hex FD 3B 2A 0 4D 53 1 5 62 3A
Octal 375 73 52 0 115 123 1 5 142 72
Binary 11111101 111011 101010 0 1001101 1010011 1 101 1100010 111010

Color Harmonies of #FD3B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3B2A

Black with #FD3B2A

Text Example


Text Example

White with #FD3B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3B2A; }

 p { color: rgb(253,59,42); }

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

background-color css

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

 a { background-color: rgb(253,59,42); }

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

border-color css

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

 span { border-color: rgb(253,59,42); }

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