Html Css Color HEX #FEBE46 Golden Tainoi

📋 copy color: '#FEBE46'

red 254 ◦ green 190 ◦ blue 70

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

Shades of Golden Tainoi #FEBE46

Tints of Golden Tainoi #FEBE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.62%

R = 49.42%
G = 36.96%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEBE46 (or 0xFEBE46) is known color: Golden Tainoi. HEX triplet: FE, BE and 46. RGB value is (254,190,70). Sum of RGB (Red+Green+Blue) = 254+190+70=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE46 is #0141B9. Grayscale: #C4C4C4. Windows color (decimal): -82362 or 4636414. OLE color: 4636414.

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

Color convert

RGB 254 190 70 -
CMYK 0 0.25 0.72 0.00
HSL 39.13º 0.99% 0.64% -
HSV(B) 39.13º 0.72% 1% -
XYZ 60.39 58.34 13.87 -
YUV 195.46 57.2 169.76 -
System Red Green Blue C M Y K H S L
Decimal 254 190 70 0 0.25 0.72 0.00 39.13 0.99 0.64
Hex FE BE 46 0 19 48 0 27 63 40
Octal 376 276 106 0 31 110 0 47 143 100
Binary 11111110 10111110 1000110 0 11001 1001000 0 100111 1100011 1000000

Color Harmonies of #FEBE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE46

Black with #FEBE46

Text Example


Text Example

White with #FEBE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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