Html Css Color HEX #FEBE57 Golden Tainoi

📋 copy color: '#FEBE57'

red 254 ◦ green 190 ◦ blue 87

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

Shades of Golden Tainoi #FEBE57

Tints of Golden Tainoi #FEBE57

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.78%

 BLUE value IS 87 (34.38% from 255) = 16.38%

R = 47.83%
G = 35.78%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEBE57 (or 0xFEBE57) is known color: Golden Tainoi. HEX triplet: FE, BE and 57. RGB value is (254,190,87). Sum of RGB (Red+Green+Blue) = 254+190+87=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE57 is #0141A8. Grayscale: #C5C5C5. Windows color (decimal): -82345 or 5750526. OLE color: 5750526.

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

Color convert

RGB 254 190 87 -
CMYK 0 0.25 0.66 0.00
HSL 37.01º 0.99% 0.67% -
HSV(B) 37.01º 0.66% 1% -
XYZ 61.01 58.59 17.11 -
YUV 197.39 65.7 168.38 -
System Red Green Blue C M Y K H S L
Decimal 254 190 87 0 0.25 0.66 0.00 37.01 0.99 0.67
Hex FE BE 57 0 19 42 0 25 63 43
Octal 376 276 127 0 31 102 0 45 143 103
Binary 11111110 10111110 1010111 0 11001 1000010 0 100101 1100011 1000011

Color Harmonies of #FEBE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE57

Black with #FEBE57

Text Example


Text Example

White with #FEBE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE57; }

 p { color: rgb(254,190,87); }

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

background-color css

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

 a { background-color: rgb(254,190,87); }

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

border-color css

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

 span { border-color: rgb(254,190,87); }

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