Html Css Color HEX #FB351F Red Orange

📋 copy color: '#FB351F'

red 251 ◦ green 53 ◦ blue 31

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

Shades of Red Orange #FB351F

Tints of Red Orange #FB351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 74.93%
G = 15.82%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB351F (or 0xFB351F) is known color: Red Orange. HEX triplet: FB, 35 and 1F. RGB value is (251,53,31). Sum of RGB (Red+Green+Blue) = 251+53+31=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB351F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB351F is #04CAE0. Grayscale: #6D6D6D. Windows color (decimal): -314081 or 2045435. OLE color: 2045435.

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

Color convert

RGB 251 53 31 -
CMYK 0 0.79 0.88 0.02
HSL 0.96% 0.55% -
HSV(B) 0.88% 0.98% -
XYZ 41.3 23.15 3.59 -
YUV 109.69 83.6 228.79 -
System Red Green Blue C M Y K H S L
Decimal 251 53 31 0 0.79 0.88 0.02 6 0.96 0.55
Hex FB 35 1F 0 4F 58 2 6 60 37
Octal 373 65 37 0 117 130 2 6 140 67
Binary 11111011 110101 11111 0 1001111 1011000 10 110 1100000 110111

Color Harmonies of #FB351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB351F

Black with #FB351F

Text Example


Text Example

White with #FB351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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