Html Css Color HEX #FB422F Red Orange

📋 copy color: '#FB422F'

red 251 ◦ green 66 ◦ blue 47

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

Shades of Red Orange #FB422F

Tints of Red Orange #FB422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 68.96%
G = 18.13%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB422F (or 0xFB422F) is known color: Red Orange. HEX triplet: FB, 42 and 2F. RGB value is (251,66,47). Sum of RGB (Red+Green+Blue) = 251+66+47=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB422F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB422F is #04BDD0. Grayscale: #777777. Windows color (decimal): -310737 or 3097339. OLE color: 3097339.

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

Color convert

RGB 251 66 47 -
CMYK 0 0.74 0.81 0.02
HSL 5.59º 0.96% 0.58% -
HSV(B) 5.59º 0.81% 0.98% -
XYZ 42.24 24.61 5.21 -
YUV 119.15 87.29 222.04 -
System Red Green Blue C M Y K H S L
Decimal 251 66 47 0 0.74 0.81 0.02 5.59 0.96 0.58
Hex FB 42 2F 0 4A 51 2 6 60 3A
Octal 373 102 57 0 112 121 2 6 140 72
Binary 11111011 1000010 101111 0 1001010 1010001 10 110 1100000 111010

Color Harmonies of #FB422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB422F

Black with #FB422F

Text Example


Text Example

White with #FB422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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