Html Css Color HEX #FB472C Red Orange

📋 copy color: '#FB472C'

red 251 ◦ green 71 ◦ blue 44

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

Shades of Red Orange #FB472C

Tints of Red Orange #FB472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

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

R = 68.58%
G = 19.4%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB472C (or 0xFB472C) is known color: Red Orange. HEX triplet: FB, 47 and 2C. RGB value is (251,71,44). Sum of RGB (Red+Green+Blue) = 251+71+44=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB472C is #04B8D3. Grayscale: #7A7A7A. Windows color (decimal): -309460 or 2902011. OLE color: 2902011.

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

Color convert

RGB 251 71 44 -
CMYK 0 0.72 0.82 0.02
HSL 7.83º 0.96% 0.58% -
HSV(B) 7.83º 0.82% 0.98% -
XYZ 42.49 25.2 5.01 -
YUV 121.74 84.13 220.2 -
System Red Green Blue C M Y K H S L
Decimal 251 71 44 0 0.72 0.82 0.02 7.83 0.96 0.58
Hex FB 47 2C 0 48 52 2 8 60 3A
Octal 373 107 54 0 110 122 2 10 140 72
Binary 11111011 1000111 101100 0 1001000 1010010 10 1000 1100000 111010

Color Harmonies of #FB472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB472C

Black with #FB472C

Text Example


Text Example

White with #FB472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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