Html Css Color HEX #FEBD53 Golden Tainoi

📋 copy color: '#FEBD53'

red 254 ◦ green 189 ◦ blue 83

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

Shades of Golden Tainoi #FEBD53

Tints of Golden Tainoi #FEBD53

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 83 (32.81% from 255) = 15.78%

R = 48.29%
G = 35.93%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEBD53 (or 0xFEBD53) is known color: Golden Tainoi. HEX triplet: FE, BD and 53. RGB value is (254,189,83). Sum of RGB (Red+Green+Blue) = 254+189+83=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD53 is #0142AC. Grayscale: #C4C4C4. Windows color (decimal): -82605 or 5488126. OLE color: 5488126.

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

Color convert

RGB 254 189 83 -
CMYK 0 0.26 0.67 0.00
HSL 37.19º 0.99% 0.66% -
HSV(B) 37.19º 0.67% 1% -
XYZ 60.63 58.09 16.2 -
YUV 196.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 254 189 83 0 0.26 0.67 0.00 37.19 0.99 0.66
Hex FE BD 53 0 1A 43 0 25 63 42
Octal 376 275 123 0 32 103 0 45 143 102
Binary 11111110 10111101 1010011 0 11010 1000011 0 100101 1100011 1000010

Color Harmonies of #FEBD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD53

Black with #FEBD53

Text Example


Text Example

White with #FEBD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD53; }

 p { color: rgb(254,189,83); }

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

background-color css

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

 a { background-color: rgb(254,189,83); }

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

border-color css

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

 span { border-color: rgb(254,189,83); }

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