Html Css Color HEX #FEBF5E Golden Tainoi

📋 copy color: '#FEBF5E'

red 254 ◦ green 191 ◦ blue 94

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

Shades of Golden Tainoi #FEBF5E

Tints of Golden Tainoi #FEBF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 94 (37.11% from 255) = 17.44%

R = 47.12%
G = 35.44%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEBF5E (or 0xFEBF5E) is known color: Golden Tainoi. HEX triplet: FE, BF and 5E. RGB value is (254,191,94). Sum of RGB (Red+Green+Blue) = 254+191+94=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF5E is #0140A1. Grayscale: #C7C7C7. Windows color (decimal): -82082 or 6209534. OLE color: 6209534.

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

Color convert

RGB 254 191 94 -
CMYK 0 0.25 0.63 0.00
HSL 36.38º 0.99% 0.68% -
HSV(B) 36.38º 0.63% 1% -
XYZ 61.52 59.14 18.76 -
YUV 198.78 68.87 167.39 -
System Red Green Blue C M Y K H S L
Decimal 254 191 94 0 0.25 0.63 0.00 36.38 0.99 0.68
Hex FE BF 5E 0 19 3F 0 24 63 44
Octal 376 277 136 0 31 77 0 44 143 104
Binary 11111110 10111111 1011110 0 11001 111111 0 100100 1100011 1000100

Color Harmonies of #FEBF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF5E

Black with #FEBF5E

Text Example


Text Example

White with #FEBF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF5E; }

 p { color: rgb(254,191,94); }

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

background-color css

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

 a { background-color: rgb(254,191,94); }

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

border-color css

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

 span { border-color: rgb(254,191,94); }

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