Html Css Color HEX #FB512A Outrageous Orange

📋 copy color: '#FB512A'

red 251 ◦ green 81 ◦ blue 42

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

Shades of Outrageous Orange #FB512A

Tints of Outrageous Orange #FB512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

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

R = 67.11%
G = 21.66%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB512A (or 0xFB512A) is known color: Outrageous Orange. HEX triplet: FB, 51 and 2A. RGB value is (251,81,42). Sum of RGB (Red+Green+Blue) = 251+81+42=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB512A is #04AED5. Grayscale: #7F7F7F. Windows color (decimal): -306902 or 2773499. OLE color: 2773499.

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

Color convert

RGB 251 81 42 -
CMYK 0 0.68 0.83 0.02
HSL 11.2º 0.96% 0.57% -
HSV(B) 11.2º 0.83% 0.98% -
XYZ 43.14 26.56 5.04 -
YUV 127.38 79.82 216.17 -
System Red Green Blue C M Y K H S L
Decimal 251 81 42 0 0.68 0.83 0.02 11.2 0.96 0.57
Hex FB 51 2A 0 44 53 2 B 60 39
Octal 373 121 52 0 104 123 2 13 140 71
Binary 11111011 1010001 101010 0 1000100 1010011 10 1011 1100000 111001

Color Harmonies of #FB512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB512A

Black with #FB512A

Text Example


Text Example

White with #FB512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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