Html Css Color HEX #FB6430 Outrageous Orange

📋 copy color: '#FB6430'

red 251 ◦ green 100 ◦ blue 48

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

Shades of Outrageous Orange #FB6430

Tints of Outrageous Orange #FB6430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

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

R = 62.91%
G = 25.06%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB6430 (or 0xFB6430) is known color: Outrageous Orange. HEX triplet: FB, 64 and 30. RGB value is (251,100,48). Sum of RGB (Red+Green+Blue) = 251+100+48=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6430 is #049BCF. Grayscale: #8B8B8B. Windows color (decimal): -302032 or 3171579. OLE color: 3171579.

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

Color convert

RGB 251 100 48 -
CMYK 0 0.60 0.81 0.02
HSL 15.37º 0.96% 0.59% -
HSV(B) 15.37º 0.81% 0.98% -
XYZ 44.87 29.84 6.19 -
YUV 139.22 76.53 207.73 -
System Red Green Blue C M Y K H S L
Decimal 251 100 48 0 0.60 0.81 0.02 15.37 0.96 0.59
Hex FB 64 30 0 3C 51 2 F 60 3B
Octal 373 144 60 0 74 121 2 17 140 73
Binary 11111011 1100100 110000 0 111100 1010001 10 1111 1100000 111011

Color Harmonies of #FB6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6430

Black with #FB6430

Text Example


Text Example

White with #FB6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6430; }

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

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

background-color css

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

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

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

border-color css

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

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

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