Html Css Color HEX #FB352A Red Orange

📋 copy color: '#FB352A'

red 251 ◦ green 53 ◦ blue 42

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

Shades of Red Orange #FB352A

Tints of Red Orange #FB352A

RGB

 RED value IS 251 (98.44% from 255) = 72.54%

 GREEN value IS 53 (21.09% from 255) = 15.32%

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

R = 72.54%
G = 15.32%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB352A (or 0xFB352A) is known color: Red Orange. HEX triplet: FB, 35 and 2A. RGB value is (251,53,42). Sum of RGB (Red+Green+Blue) = 251+53+42=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB352A is #04CAD5. Grayscale: #6F6F6F. Windows color (decimal): -314070 or 2766331. OLE color: 2766331.

HSL color Cylindrical-coordinate representation of color #FB352A: hue angle of 3.16º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB352A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 53 42 -
CMYK 0 0.79 0.83 0.02
HSL 3.16º 0.96% 0.57% -
HSV(B) 3.16º 0.83% 0.98% -
XYZ 41.47 23.22 4.49 -
YUV 110.95 89.1 227.89 -
System Red Green Blue C M Y K H S L
Decimal 251 53 42 0 0.79 0.83 0.02 3.16 0.96 0.57
Hex FB 35 2A 0 4F 53 2 3 60 39
Octal 373 65 52 0 117 123 2 3 140 71
Binary 11111011 110101 101010 0 1001111 1010011 10 11 1100000 111001

Color Harmonies of #FB352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB352A

Black with #FB352A

Text Example


Text Example

White with #FB352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB352A; }

 p { color: rgb(251,53,42); }

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

background-color css

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

 a { background-color: rgb(251,53,42); }

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

border-color css

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

 span { border-color: rgb(251,53,42); }

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