Html Css Color HEX #FBA450 Sunshade

📋 copy color: '#FBA450'

red 251 ◦ green 164 ◦ blue 80

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

Shades of Sunshade #FBA450

Tints of Sunshade #FBA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.13%

 BLUE value IS 80 (31.64% from 255) = 16.16%

R = 50.71%
G = 33.13%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBA450 (or 0xFBA450) is known color: Sunshade. HEX triplet: FB, A4 and 50. RGB value is (251,164,80). Sum of RGB (Red+Green+Blue) = 251+164+80=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA450 is #045BAF. Grayscale: #B4B4B4. Windows color (decimal): -285616 or 5285115. OLE color: 5285115.

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

Color convert

RGB 251 164 80 -
CMYK 0 0.35 0.68 0.02
HSL 29.47º 0.96% 0.65% -
HSV(B) 29.47º 0.68% 0.98% -
XYZ 54.51 47.64 13.91 -
YUV 180.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 251 164 80 0 0.35 0.68 0.02 29.47 0.96 0.65
Hex FB A4 50 0 23 44 2 1D 60 41
Octal 373 244 120 0 43 104 2 35 140 101
Binary 11111011 10100100 1010000 0 100011 1000100 10 11101 1100000 1000001

Color Harmonies of #FBA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA450

Black with #FBA450

Text Example


Text Example

White with #FBA450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA450; }

 p { color: rgb(251,164,80); }

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

background-color css

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

 a { background-color: rgb(251,164,80); }

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

border-color css

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

 span { border-color: rgb(251,164,80); }

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