Html Css Color HEX #FB3534 Red Orange

📋 copy color: '#FB3534'

red 251 ◦ green 53 ◦ blue 52

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

Shades of Red Orange #FB3534

Tints of Red Orange #FB3534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 70.51%
G = 14.89%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FB3534 (or 0xFB3534) is known color: Red Orange. HEX triplet: FB, 35 and 34. RGB value is (251,53,52). Sum of RGB (Red+Green+Blue) = 251+53+52=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3534 is #04CACB. Grayscale: #707070. Windows color (decimal): -314060 or 3421691. OLE color: 3421691.

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

Color convert

RGB 251 53 52 -
CMYK 0 0.79 0.79 0.02
HSL 0.3º 0.96% 0.59% -
HSV(B) 0.3º 0.79% 0.98% -
XYZ 41.68 23.3 5.55 -
YUV 112.09 94.1 227.08 -
System Red Green Blue C M Y K H S L
Decimal 251 53 52 0 0.79 0.79 0.02 0.3 0.96 0.59
Hex FB 35 34 0 4F 4F 2 0 60 3B
Octal 373 65 64 0 117 117 2 0 140 73
Binary 11111011 110101 110100 0 1001111 1001111 10 0 1100000 111011

Color Harmonies of #FB3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3534

Black with #FB3534

Text Example


Text Example

White with #FB3534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3534; }

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

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

background-color css

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

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

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

border-color css

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

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

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