Html Css Color HEX #FB5430 Outrageous Orange

📋 copy color: '#FB5430'

red 251 ◦ green 84 ◦ blue 48

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

Shades of Outrageous Orange #FB5430

Tints of Outrageous Orange #FB5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

 BLUE value IS 48 (19.14% from 255) = 12.53%

R = 65.54%
G = 21.93%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB5430 (or 0xFB5430) is known color: Outrageous Orange. HEX triplet: FB, 54 and 30. RGB value is (251,84,48). Sum of RGB (Red+Green+Blue) = 251+84+48=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5430 is #04ABCF. Grayscale: #828282. Windows color (decimal): -306128 or 3167483. OLE color: 3167483.

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

Color convert

RGB 251 84 48 -
CMYK 0 0.67 0.81 0.02
HSL 10.64º 0.96% 0.59% -
HSV(B) 10.64º 0.81% 0.98% -
XYZ 43.49 27.06 5.73 -
YUV 129.83 81.83 214.43 -
System Red Green Blue C M Y K H S L
Decimal 251 84 48 0 0.67 0.81 0.02 10.64 0.96 0.59
Hex FB 54 30 0 43 51 2 B 60 3B
Octal 373 124 60 0 103 121 2 13 140 73
Binary 11111011 1010100 110000 0 1000011 1010001 10 1011 1100000 111011

Color Harmonies of #FB5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5430

Black with #FB5430

Text Example


Text Example

White with #FB5430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5430; }

 p { color: rgb(251,84,48); }

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

background-color css

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

 a { background-color: rgb(251,84,48); }

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

border-color css

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

 span { border-color: rgb(251,84,48); }

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