Html Css Color HEX #FB381E Red Orange

📋 copy color: '#FB381E'

red 251 ◦ green 56 ◦ blue 30

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

Shades of Red Orange #FB381E

Tints of Red Orange #FB381E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 74.48%
G = 16.62%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB381E (or 0xFB381E) is known color: Red Orange. HEX triplet: FB, 38 and 1E. RGB value is (251,56,30). Sum of RGB (Red+Green+Blue) = 251+56+30=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB381E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB381E is #04C7E1. Grayscale: #6F6F6F. Windows color (decimal): -313314 or 1980667. OLE color: 1980667.

HSL color Cylindrical-coordinate representation of color #FB381E: hue angle of 7.06º degrees, saturation: 0.97, 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 #FB381E is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 56 30 -
CMYK 0 0.78 0.88 0.02
HSL 7.06º 0.97% 0.55% -
HSV(B) 7.06º 0.88% 0.98% -
XYZ 41.43 23.43 3.57 -
YUV 111.34 82.1 227.61 -
System Red Green Blue C M Y K H S L
Decimal 251 56 30 0 0.78 0.88 0.02 7.06 0.97 0.55
Hex FB 38 1E 0 4E 58 2 7 61 37
Octal 373 70 36 0 116 130 2 7 141 67
Binary 11111011 111000 11110 0 1001110 1011000 10 111 1100001 110111

Color Harmonies of #FB381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB381E

Black with #FB381E

Text Example


Text Example

White with #FB381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB381E; }

 p { color: rgb(251,56,30); }

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

background-color css

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

 a { background-color: rgb(251,56,30); }

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

border-color css

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

 span { border-color: rgb(251,56,30); }

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