Html Css Color HEX #FB572A Outrageous Orange

📋 copy color: '#FB572A'

red 251 ◦ green 87 ◦ blue 42

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

Shades of Outrageous Orange #FB572A

Tints of Outrageous Orange #FB572A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.89%

 BLUE value IS 42 (16.8% from 255) = 11.05%

R = 66.05%
G = 22.89%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB572A (or 0xFB572A) is known color: Outrageous Orange. HEX triplet: FB, 57 and 2A. RGB value is (251,87,42). Sum of RGB (Red+Green+Blue) = 251+87+42=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB572A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB572A is #04A8D5. Grayscale: #838383. Windows color (decimal): -305366 or 2775035. OLE color: 2775035.

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

Color convert

RGB 251 87 42 -
CMYK 0 0.65 0.83 0.02
HSL 12.92º 0.96% 0.57% -
HSV(B) 12.92º 0.83% 0.98% -
XYZ 43.61 27.49 5.2 -
YUV 130.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 251 87 42 0 0.65 0.83 0.02 12.92 0.96 0.57
Hex FB 57 2A 0 41 53 2 D 60 39
Octal 373 127 52 0 101 123 2 15 140 71
Binary 11111011 1010111 101010 0 1000001 1010011 10 1101 1100000 111001

Color Harmonies of #FB572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB572A

Black with #FB572A

Text Example


Text Example

White with #FB572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB572A; }

 p { color: rgb(251,87,42); }

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

background-color css

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

 a { background-color: rgb(251,87,42); }

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

border-color css

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

 span { border-color: rgb(251,87,42); }

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