Html Css Color HEX #FB421D Red Orange

📋 copy color: '#FB421D'

red 251 ◦ green 66 ◦ blue 29

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

Shades of Red Orange #FB421D

Tints of Red Orange #FB421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

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

R = 72.54%
G = 19.08%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB421D (or 0xFB421D) is known color: Red Orange. HEX triplet: FB, 42 and 1D. RGB value is (251,66,29). Sum of RGB (Red+Green+Blue) = 251+66+29=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB421D is #04BDE2. Grayscale: #757575. Windows color (decimal): -310755 or 1917691. OLE color: 1917691.

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

Color convert

RGB 251 66 29 -
CMYK 0 0.74 0.88 0.02
HSL 10º 0.97% 0.55% -
HSV(B) 10º 0.88% 0.98% -
XYZ 41.95 24.49 3.68 -
YUV 117.1 78.29 223.51 -
System Red Green Blue C M Y K H S L
Decimal 251 66 29 0 0.74 0.88 0.02 10 0.97 0.55
Hex FB 42 1D 0 4A 58 2 A 61 37
Octal 373 102 35 0 112 130 2 12 141 67
Binary 11111011 1000010 11101 0 1001010 1011000 10 1010 1100001 110111

Color Harmonies of #FB421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB421D

Black with #FB421D

Text Example


Text Example

White with #FB421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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