Html Css Color HEX #FB381D Red Orange

📋 copy color: '#FB381D'

red 251 ◦ green 56 ◦ blue 29

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

Shades of Red Orange #FB381D

Tints of Red Orange #FB381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 74.7%
G = 16.67%
B = 8.63%

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

#FB381D (or 0xFB381D) is known color: Red Orange. HEX triplet: FB, 38 and 1D. RGB value is (251,56,29). Sum of RGB (Red+Green+Blue) = 251+56+29=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB381D is #04C7E2. Grayscale: #6F6F6F. Windows color (decimal): -313315 or 1915131. OLE color: 1915131.

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

Color convert

RGB 251 56 29 -
CMYK 0 0.78 0.88 0.02
HSL 7.3º 0.97% 0.55% -
HSV(B) 7.3º 0.88% 0.98% -
XYZ 41.42 23.43 3.5 -
YUV 111.23 81.6 227.7 -
System Red Green Blue C M Y K H S L
Decimal 251 56 29 0 0.78 0.88 0.02 7.3 0.97 0.55
Hex FB 38 1D 0 4E 58 2 7 61 37
Octal 373 70 35 0 116 130 2 7 141 67
Binary 11111011 111000 11101 0 1001110 1011000 10 111 1100001 110111

Color Harmonies of #FB381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB381D

Black with #FB381D

Text Example


Text Example

White with #FB381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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