Html Css Color HEX #FB4C1D Red Orange

📋 copy color: '#FB4C1D'

red 251 ◦ green 76 ◦ blue 29

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

Shades of Red Orange #FB4C1D

Tints of Red Orange #FB4C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.35%

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

R = 70.51%
G = 21.35%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB4C1D (or 0xFB4C1D) is known color: Red Orange. HEX triplet: FB, 4C and 1D. RGB value is (251,76,29). Sum of RGB (Red+Green+Blue) = 251+76+29=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4C1D is #04B3E2. Grayscale: #7B7B7B. Windows color (decimal): -308195 or 1920251. OLE color: 1920251.

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

Color convert

RGB 251 76 29 -
CMYK 0 0.70 0.88 0.02
HSL 12.7º 0.97% 0.55% -
HSV(B) 12.7º 0.88% 0.98% -
XYZ 42.59 25.77 3.89 -
YUV 122.97 74.98 219.32 -
System Red Green Blue C M Y K H S L
Decimal 251 76 29 0 0.70 0.88 0.02 12.7 0.97 0.55
Hex FB 4C 1D 0 46 58 2 D 61 37
Octal 373 114 35 0 106 130 2 15 141 67
Binary 11111011 1001100 11101 0 1000110 1011000 10 1101 1100001 110111

Color Harmonies of #FB4C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4C1D

Black with #FB4C1D

Text Example


Text Example

White with #FB4C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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