Html Css Color HEX #FEBE45 Golden Tainoi

📋 copy color: '#FEBE45'

red 254 ◦ green 190 ◦ blue 69

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

Shades of Golden Tainoi #FEBE45

Tints of Golden Tainoi #FEBE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.45%

R = 49.51%
G = 37.04%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEBE45 (or 0xFEBE45) is known color: Golden Tainoi. HEX triplet: FE, BE and 45. RGB value is (254,190,69). Sum of RGB (Red+Green+Blue) = 254+190+69=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE45 is #0141BA. Grayscale: #C3C3C3. Windows color (decimal): -82363 or 4570878. OLE color: 4570878.

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

Color convert

RGB 254 190 69 -
CMYK 0 0.25 0.73 0.00
HSL 39.24º 0.99% 0.63% -
HSV(B) 39.24º 0.73% 1% -
XYZ 60.36 58.33 13.71 -
YUV 195.34 56.7 169.84 -
System Red Green Blue C M Y K H S L
Decimal 254 190 69 0 0.25 0.73 0.00 39.24 0.99 0.63
Hex FE BE 45 0 19 49 0 27 63 3F
Octal 376 276 105 0 31 111 0 47 143 77
Binary 11111110 10111110 1000101 0 11001 1001001 0 100111 1100011 111111

Color Harmonies of #FEBE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE45

Black with #FEBE45

Text Example


Text Example

White with #FEBE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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