Html Css Color HEX #FEBB50 Golden Tainoi

📋 copy color: '#FEBB50'

red 254 ◦ green 187 ◦ blue 80

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

Shades of Golden Tainoi #FEBB50

Tints of Golden Tainoi #FEBB50

RGB

 RED value IS 254 (99.61% from 255) = 48.75%

 GREEN value IS 187 (73.44% from 255) = 35.89%

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

R = 48.75%
G = 35.89%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEBB50 (or 0xFEBB50) is known color: Golden Tainoi. HEX triplet: FE, BB and 50. RGB value is (254,187,80). Sum of RGB (Red+Green+Blue) = 254+187+80=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB50 is #0144AF. Grayscale: #C3C3C3. Windows color (decimal): -83120 or 5291006. OLE color: 5291006.

HSL color Cylindrical-coordinate representation of color #FEBB50: hue angle of 36.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEBB50 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 187 80 -
CMYK 0 0.26 0.69 0.00
HSL 36.9º 0.99% 0.65% -
HSV(B) 36.9º 0.69% 1% -
XYZ 60.09 57.19 15.46 -
YUV 194.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 254 187 80 0 0.26 0.69 0.00 36.9 0.99 0.65
Hex FE BB 50 0 1A 45 0 25 63 41
Octal 376 273 120 0 32 105 0 45 143 101
Binary 11111110 10111011 1010000 0 11010 1000101 0 100101 1100011 1000001

Color Harmonies of #FEBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB50

Black with #FEBB50

Text Example


Text Example

White with #FEBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB50; }

 p { color: rgb(254,187,80); }

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

background-color css

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

 a { background-color: rgb(254,187,80); }

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

border-color css

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

 span { border-color: rgb(254,187,80); }

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