Html Css Color HEX #FB351B Red Orange

📋 copy color: '#FB351B'

red 251 ◦ green 53 ◦ blue 27

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

Shades of Red Orange #FB351B

Tints of Red Orange #FB351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 75.83%
G = 16.01%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB351B (or 0xFB351B) is known color: Red Orange. HEX triplet: FB, 35 and 1B. RGB value is (251,53,27). Sum of RGB (Red+Green+Blue) = 251+53+27=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB351B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB351B is #04CAE4. Grayscale: #6D6D6D. Windows color (decimal): -314085 or 1783291. OLE color: 1783291.

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

Color convert

RGB 251 53 27 -
CMYK 0 0.79 0.89 0.02
HSL 6.96º 0.97% 0.55% -
HSV(B) 6.96º 0.89% 0.98% -
XYZ 41.25 23.13 3.33 -
YUV 109.24 81.6 229.11 -
System Red Green Blue C M Y K H S L
Decimal 251 53 27 0 0.79 0.89 0.02 6.96 0.97 0.55
Hex FB 35 1B 0 4F 59 2 7 61 37
Octal 373 65 33 0 117 131 2 7 141 67
Binary 11111011 110101 11011 0 1001111 1011001 10 111 1100001 110111

Color Harmonies of #FB351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB351B

Black with #FB351B

Text Example


Text Example

White with #FB351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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