Html Css Color HEX #FEBC4F Golden Tainoi

📋 copy color: '#FEBC4F'

red 254 ◦ green 188 ◦ blue 79

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

Shades of Golden Tainoi #FEBC4F

Tints of Golden Tainoi #FEBC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.16%

R = 48.75%
G = 36.08%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEBC4F (or 0xFEBC4F) is known color: Golden Tainoi. HEX triplet: FE, BC and 4F. RGB value is (254,188,79). Sum of RGB (Red+Green+Blue) = 254+188+79=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 79 (31.25% from 255 or 15.16% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC4F is #0143B0. Grayscale: #C3C3C3. Windows color (decimal): -82865 or 5225726. OLE color: 5225726.

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

Color convert

RGB 254 188 79 -
CMYK 0 0.26 0.69 0.00
HSL 37.37º 0.99% 0.65% -
HSV(B) 37.37º 0.69% 1% -
XYZ 60.27 57.6 15.34 -
YUV 195.31 62.37 169.86 -
System Red Green Blue C M Y K H S L
Decimal 254 188 79 0 0.26 0.69 0.00 37.37 0.99 0.65
Hex FE BC 4F 0 1A 45 0 25 63 41
Octal 376 274 117 0 32 105 0 45 143 101
Binary 11111110 10111100 1001111 0 11010 1000101 0 100101 1100011 1000001

Color Harmonies of #FEBC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC4F

Black with #FEBC4F

Text Example


Text Example

White with #FEBC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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