Html Css Color HEX #FB422C Red Orange

📋 copy color: '#FB422C'

red 251 ◦ green 66 ◦ blue 44

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

Shades of Red Orange #FB422C

Tints of Red Orange #FB422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 69.53%
G = 18.28%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB422C (or 0xFB422C) is known color: Red Orange. HEX triplet: FB, 42 and 2C. RGB value is (251,66,44). Sum of RGB (Red+Green+Blue) = 251+66+44=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB422C is #04BDD3. Grayscale: #777777. Windows color (decimal): -310740 or 2900731. OLE color: 2900731.

HSL color Cylindrical-coordinate representation of color #FB422C: hue angle of 6.38º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB422C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 66 44 -
CMYK 0 0.74 0.82 0.02
HSL 6.38º 0.96% 0.58% -
HSV(B) 6.38º 0.82% 0.98% -
XYZ 42.19 24.59 4.91 -
YUV 118.81 85.79 222.29 -
System Red Green Blue C M Y K H S L
Decimal 251 66 44 0 0.74 0.82 0.02 6.38 0.96 0.58
Hex FB 42 2C 0 4A 52 2 6 60 3A
Octal 373 102 54 0 112 122 2 6 140 72
Binary 11111011 1000010 101100 0 1001010 1010010 10 110 1100000 111010

Color Harmonies of #FB422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB422C

Black with #FB422C

Text Example


Text Example

White with #FB422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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