Html Css Color HEX #FB481B Orange Red

📋 copy color: '#FB481B'

red 251 ◦ green 72 ◦ blue 27

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

Shades of Orange Red #FB481B

Tints of Orange Red #FB481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 71.71%
G = 20.57%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB481B (or 0xFB481B) is known color: Orange Red. HEX triplet: FB, 48 and 1B. RGB value is (251,72,27). Sum of RGB (Red+Green+Blue) = 251+72+27=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB481B is #04B7E4. Grayscale: #787878. Windows color (decimal): -309221 or 1788155. OLE color: 1788155.

HSL color Cylindrical-coordinate representation of color #FB481B: hue angle of 12.05º 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 #FB481B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 72 27 -
CMYK 0 0.71 0.89 0.02
HSL 12.05º 0.97% 0.55% -
HSV(B) 12.05º 0.89% 0.98% -
XYZ 42.3 25.22 3.68 -
YUV 120.39 75.3 221.16 -
System Red Green Blue C M Y K H S L
Decimal 251 72 27 0 0.71 0.89 0.02 12.05 0.97 0.55
Hex FB 48 1B 0 47 59 2 C 61 37
Octal 373 110 33 0 107 131 2 14 141 67
Binary 11111011 1001000 11011 0 1000111 1011001 10 1100 1100001 110111

Color Harmonies of #FB481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB481B

Black with #FB481B

Text Example


Text Example

White with #FB481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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