Html Css Color HEX #FB481C Red Orange

📋 copy color: '#FB481C'

red 251 ◦ green 72 ◦ blue 28

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

Shades of Red Orange #FB481C

Tints of Red Orange #FB481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 71.51%
G = 20.51%
B = 7.98%

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

#FB481C (or 0xFB481C) is known color: Red Orange. HEX triplet: FB, 48 and 1C. RGB value is (251,72,28). Sum of RGB (Red+Green+Blue) = 251+72+28=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB481C is #04B7E3. Grayscale: #787878. Windows color (decimal): -309220 or 1853691. OLE color: 1853691.

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

Color convert

RGB 251 72 28 -
CMYK 0 0.71 0.89 0.02
HSL 11.84º 0.97% 0.55% -
HSV(B) 11.84º 0.89% 0.98% -
XYZ 42.31 25.23 3.74 -
YUV 120.51 75.8 221.08 -
System Red Green Blue C M Y K H S L
Decimal 251 72 28 0 0.71 0.89 0.02 11.84 0.97 0.55
Hex FB 48 1C 0 47 59 2 C 61 37
Octal 373 110 34 0 107 131 2 14 141 67
Binary 11111011 1001000 11100 0 1000111 1011001 10 1100 1100001 110111

Color Harmonies of #FB481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB481C

Black with #FB481C

Text Example


Text Example

White with #FB481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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