Html Css Color HEX #FEBD52 Golden Tainoi

📋 copy color: '#FEBD52'

red 254 ◦ green 189 ◦ blue 82

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

Shades of Golden Tainoi #FEBD52

Tints of Golden Tainoi #FEBD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.62%

R = 48.38%
G = 36%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEBD52 (or 0xFEBD52) is known color: Golden Tainoi. HEX triplet: FE, BD and 52. RGB value is (254,189,82). Sum of RGB (Red+Green+Blue) = 254+189+82=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD52 is #0142AD. Grayscale: #C4C4C4. Windows color (decimal): -82606 or 5422590. OLE color: 5422590.

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

Color convert

RGB 254 189 82 -
CMYK 0 0.26 0.68 0.00
HSL 37.33º 0.99% 0.66% -
HSV(B) 37.33º 0.68% 1% -
XYZ 60.59 58.08 16 -
YUV 196.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 254 189 82 0 0.26 0.68 0.00 37.33 0.99 0.66
Hex FE BD 52 0 1A 44 0 25 63 42
Octal 376 275 122 0 32 104 0 45 143 102
Binary 11111110 10111101 1010010 0 11010 1000100 0 100101 1100011 1000010

Color Harmonies of #FEBD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD52

Black with #FEBD52

Text Example


Text Example

White with #FEBD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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