Html Css Color HEX #FB473F Sunset Orange

📋 copy color: '#FB473F'

red 251 ◦ green 71 ◦ blue 63

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

Shades of Sunset Orange #FB473F

Tints of Sunset Orange #FB473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.36%

R = 65.19%
G = 18.44%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB473F (or 0xFB473F) is known color: Sunset Orange. HEX triplet: FB, 47 and 3F. RGB value is (251,71,63). Sum of RGB (Red+Green+Blue) = 251+71+63=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB473F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB473F is #04B8C0. Grayscale: #7C7C7C. Windows color (decimal): -309441 or 4147195. OLE color: 4147195.

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

Color convert

RGB 251 71 63 -
CMYK 0 0.72 0.75 0.02
HSL 2.55º 0.96% 0.62% -
HSV(B) 2.55º 0.75% 0.98% -
XYZ 42.93 25.37 7.34 -
YUV 123.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 251 71 63 0 0.72 0.75 0.02 2.55 0.96 0.62
Hex FB 47 3F 0 48 4B 2 3 60 3E
Octal 373 107 77 0 110 113 2 3 140 76
Binary 11111011 1000111 111111 0 1001000 1001011 10 11 1100000 111110

Color Harmonies of #FB473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB473F

Black with #FB473F

Text Example


Text Example

White with #FB473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB473F; }

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

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

background-color css

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

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

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

border-color css

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

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

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