Html Css Color HEX #FEBC53 Golden Tainoi

📋 copy color: '#FEBC53'

red 254 ◦ green 188 ◦ blue 83

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

Shades of Golden Tainoi #FEBC53

Tints of Golden Tainoi #FEBC53

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.81%

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

R = 48.38%
G = 35.81%
B = 15.81%

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

#FEBC53 (or 0xFEBC53) is known color: Golden Tainoi. HEX triplet: FE, BC and 53. RGB value is (254,188,83). Sum of RGB (Red+Green+Blue) = 254+188+83=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC53 is #0143AC. Grayscale: #C4C4C4. Windows color (decimal): -82861 or 5487870. OLE color: 5487870.

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

Color convert

RGB 254 188 83 -
CMYK 0 0.26 0.67 0.00
HSL 36.84º 0.99% 0.66% -
HSV(B) 36.84º 0.67% 1% -
XYZ 60.42 57.66 16.13 -
YUV 195.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 254 188 83 0 0.26 0.67 0.00 36.84 0.99 0.66
Hex FE BC 53 0 1A 43 0 25 63 42
Octal 376 274 123 0 32 103 0 45 143 102
Binary 11111110 10111100 1010011 0 11010 1000011 0 100101 1100011 1000010

Color Harmonies of #FEBC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC53

Black with #FEBC53

Text Example


Text Example

White with #FEBC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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