Html Css Color HEX #FEBF64 Golden Tainoi

📋 copy color: '#FEBF64'

red 254 ◦ green 191 ◦ blue 100

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

Shades of Golden Tainoi #FEBF64

Tints of Golden Tainoi #FEBF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.35%

R = 46.61%
G = 35.05%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEBF64 (or 0xFEBF64) is known color: Golden Tainoi. HEX triplet: FE, BF and 64. RGB value is (254,191,100). Sum of RGB (Red+Green+Blue) = 254+191+100=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF64 is #01409B. Grayscale: #C7C7C7. Windows color (decimal): -82076 or 6602750. OLE color: 6602750.

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

Color convert

RGB 254 191 100 -
CMYK 0 0.25 0.61 0.00
HSL 35.45º 0.99% 0.69% -
HSV(B) 35.45º 0.61% 1% -
XYZ 61.8 59.25 20.24 -
YUV 199.46 71.87 166.9 -
System Red Green Blue C M Y K H S L
Decimal 254 191 100 0 0.25 0.61 0.00 35.45 0.99 0.69
Hex FE BF 64 0 19 3D 0 23 63 45
Octal 376 277 144 0 31 75 0 43 143 105
Binary 11111110 10111111 1100100 0 11001 111101 0 100011 1100011 1000101

Color Harmonies of #FEBF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF64

Black with #FEBF64

Text Example


Text Example

White with #FEBF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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