Html Css Color HEX #FEBC4C Golden Tainoi

📋 copy color: '#FEBC4C'

red 254 ◦ green 188 ◦ blue 76

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

Shades of Golden Tainoi #FEBC4C

Tints of Golden Tainoi #FEBC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.67%

R = 49.03%
G = 36.29%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEBC4C (or 0xFEBC4C) is known color: Golden Tainoi. HEX triplet: FE, BC and 4C. RGB value is (254,188,76). Sum of RGB (Red+Green+Blue) = 254+188+76=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC4C is #0143B3. Grayscale: #C3C3C3. Windows color (decimal): -82868 or 5029118. OLE color: 5029118.

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

Color convert

RGB 254 188 76 -
CMYK 0 0.26 0.70 0.00
HSL 37.75º 0.99% 0.65% -
HSV(B) 37.75º 0.7% 1% -
XYZ 60.16 57.56 14.78 -
YUV 194.97 60.87 170.11 -
System Red Green Blue C M Y K H S L
Decimal 254 188 76 0 0.26 0.70 0.00 37.75 0.99 0.65
Hex FE BC 4C 0 1A 46 0 26 63 41
Octal 376 274 114 0 32 106 0 46 143 101
Binary 11111110 10111100 1001100 0 11010 1000110 0 100110 1100011 1000001

Color Harmonies of #FEBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC4C

Black with #FEBC4C

Text Example


Text Example

White with #FEBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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