Html Css Color HEX #FEBE4C Golden Tainoi

📋 copy color: '#FEBE4C'

red 254 ◦ green 190 ◦ blue 76

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

Shades of Golden Tainoi #FEBE4C

Tints of Golden Tainoi #FEBE4C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

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

R = 48.85%
G = 36.54%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEBE4C (or 0xFEBE4C) is known color: Golden Tainoi. HEX triplet: FE, BE and 4C. RGB value is (254,190,76). Sum of RGB (Red+Green+Blue) = 254+190+76=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE4C is #0141B3. Grayscale: #C4C4C4. Windows color (decimal): -82356 or 5029630. OLE color: 5029630.

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

Color convert

RGB 254 190 76 -
CMYK 0 0.25 0.70 0.00
HSL 38.43º 0.99% 0.65% -
HSV(B) 38.43º 0.7% 1% -
XYZ 60.59 58.42 14.92 -
YUV 196.14 60.2 169.27 -
System Red Green Blue C M Y K H S L
Decimal 254 190 76 0 0.25 0.70 0.00 38.43 0.99 0.65
Hex FE BE 4C 0 19 46 0 26 63 41
Octal 376 276 114 0 31 106 0 46 143 101
Binary 11111110 10111110 1001100 0 11001 1000110 0 100110 1100011 1000001

Color Harmonies of #FEBE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE4C

Black with #FEBE4C

Text Example


Text Example

White with #FEBE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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