Html Css Color HEX #FEBE4A Golden Tainoi

📋 copy color: '#FEBE4A'

red 254 ◦ green 190 ◦ blue 74

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

Shades of Golden Tainoi #FEBE4A

Tints of Golden Tainoi #FEBE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.29%

R = 49.03%
G = 36.68%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEBE4A (or 0xFEBE4A) is known color: Golden Tainoi. HEX triplet: FE, BE and 4A. RGB value is (254,190,74). Sum of RGB (Red+Green+Blue) = 254+190+74=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE4A is #0141B5. Grayscale: #C4C4C4. Windows color (decimal): -82358 or 4898558. OLE color: 4898558.

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

Color convert

RGB 254 190 74 -
CMYK 0 0.25 0.71 0.00
HSL 38.67º 0.99% 0.64% -
HSV(B) 38.67º 0.71% 1% -
XYZ 60.52 58.39 14.56 -
YUV 195.91 59.2 169.43 -
System Red Green Blue C M Y K H S L
Decimal 254 190 74 0 0.25 0.71 0.00 38.67 0.99 0.64
Hex FE BE 4A 0 19 47 0 27 63 40
Octal 376 276 112 0 31 107 0 47 143 100
Binary 11111110 10111110 1001010 0 11001 1000111 0 100111 1100011 1000000

Color Harmonies of #FEBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE4A

Black with #FEBE4A

Text Example


Text Example

White with #FEBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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