Html Css Color HEX #FBA64A Sunshade

📋 copy color: '#FBA64A'

red 251 ◦ green 166 ◦ blue 74

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

Shades of Sunshade #FBA64A

Tints of Sunshade #FBA64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

 BLUE value IS 74 (29.3% from 255) = 15.07%

R = 51.12%
G = 33.81%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FBA64A (or 0xFBA64A) is known color: Sunshade. HEX triplet: FB, A6 and 4A. RGB value is (251,166,74). Sum of RGB (Red+Green+Blue) = 251+166+74=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA64A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA64A is #0459B5. Grayscale: #B5B5B5. Windows color (decimal): -285110 or 4892411. OLE color: 4892411.

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

Color convert

RGB 251 166 74 -
CMYK 0 0.34 0.71 0.02
HSL 31.19º 0.96% 0.64% -
HSV(B) 31.19º 0.71% 0.98% -
XYZ 54.66 48.28 12.92 -
YUV 180.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 251 166 74 0 0.34 0.71 0.02 31.19 0.96 0.64
Hex FB A6 4A 0 22 47 2 1F 60 40
Octal 373 246 112 0 42 107 2 37 140 100
Binary 11111011 10100110 1001010 0 100010 1000111 10 11111 1100000 1000000

Color Harmonies of #FBA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA64A

Black with #FBA64A

Text Example


Text Example

White with #FBA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA64A; }

 p { color: rgb(251,166,74); }

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

background-color css

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

 a { background-color: rgb(251,166,74); }

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

border-color css

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

 span { border-color: rgb(251,166,74); }

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