Html Css Color HEX #FEBF4E Golden Tainoi

📋 copy color: '#FEBF4E'

red 254 ◦ green 191 ◦ blue 78

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

Shades of Golden Tainoi #FEBF4E

Tints of Golden Tainoi #FEBF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.91%

R = 48.57%
G = 36.52%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEBF4E (or 0xFEBF4E) is known color: Golden Tainoi. HEX triplet: FE, BF and 4E. RGB value is (254,191,78). Sum of RGB (Red+Green+Blue) = 254+191+78=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF4E is #0140B1. Grayscale: #C5C5C5. Windows color (decimal): -82098 or 5160958. OLE color: 5160958.

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

Color convert

RGB 254 191 78 -
CMYK 0 0.25 0.69 0.00
HSL 38.52º 0.99% 0.65% -
HSV(B) 38.52º 0.69% 1% -
XYZ 60.88 58.88 15.36 -
YUV 196.96 60.87 168.69 -
System Red Green Blue C M Y K H S L
Decimal 254 191 78 0 0.25 0.69 0.00 38.52 0.99 0.65
Hex FE BF 4E 0 19 45 0 27 63 41
Octal 376 277 116 0 31 105 0 47 143 101
Binary 11111110 10111111 1001110 0 11001 1000101 0 100111 1100011 1000001

Color Harmonies of #FEBF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF4E

Black with #FEBF4E

Text Example


Text Example

White with #FEBF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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