Html Css Color HEX #FEBF53 Golden Tainoi

📋 copy color: '#FEBF53'

red 254 ◦ green 191 ◦ blue 83

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

Shades of Golden Tainoi #FEBF53

Tints of Golden Tainoi #FEBF53

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

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

R = 48.11%
G = 36.17%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEBF53 (or 0xFEBF53) is known color: Golden Tainoi. HEX triplet: FE, BF and 53. RGB value is (254,191,83). Sum of RGB (Red+Green+Blue) = 254+191+83=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF53 is #0140AC. Grayscale: #C6C6C6. Windows color (decimal): -82093 or 5488638. OLE color: 5488638.

HSL color Cylindrical-coordinate representation of color #FEBF53: hue angle of 37.89º 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 #FEBF53 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 83 -
CMYK 0 0.25 0.67 0.00
HSL 37.89º 0.99% 0.66% -
HSV(B) 37.89º 0.67% 1% -
XYZ 61.07 58.96 16.34 -
YUV 197.53 63.37 168.28 -
System Red Green Blue C M Y K H S L
Decimal 254 191 83 0 0.25 0.67 0.00 37.89 0.99 0.66
Hex FE BF 53 0 19 43 0 26 63 42
Octal 376 277 123 0 31 103 0 46 143 102
Binary 11111110 10111111 1010011 0 11001 1000011 0 100110 1100011 1000010

Color Harmonies of #FEBF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF53

Black with #FEBF53

Text Example


Text Example

White with #FEBF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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