Html Css Color HEX #FB3C35 Red Orange

📋 copy color: '#FB3C35'

red 251 ◦ green 60 ◦ blue 53

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

Shades of Red Orange #FB3C35

Tints of Red Orange #FB3C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

 BLUE value IS 53 (21.09% from 255) = 14.56%

R = 68.96%
G = 16.48%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FB3C35 (or 0xFB3C35) is known color: Red Orange. HEX triplet: FB, 3C and 35. RGB value is (251,60,53). Sum of RGB (Red+Green+Blue) = 251+60+53=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C35 is #04C3CA. Grayscale: #747474. Windows color (decimal): -312267 or 3489019. OLE color: 3489019.

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

Color convert

RGB 251 60 53 -
CMYK 0 0.76 0.79 0.02
HSL 2.12º 0.96% 0.6% -
HSV(B) 2.12º 0.79% 0.98% -
XYZ 42.04 24 5.78 -
YUV 116.31 92.28 224.07 -
System Red Green Blue C M Y K H S L
Decimal 251 60 53 0 0.76 0.79 0.02 2.12 0.96 0.6
Hex FB 3C 35 0 4C 4F 2 2 60 3C
Octal 373 74 65 0 114 117 2 2 140 74
Binary 11111011 111100 110101 0 1001100 1001111 10 10 1100000 111100

Color Harmonies of #FB3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3C35

Black with #FB3C35

Text Example


Text Example

White with #FB3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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