Html Css Color HEX #FEBF4A Golden Tainoi

📋 copy color: '#FEBF4A'

red 254 ◦ green 191 ◦ blue 74

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

Shades of Golden Tainoi #FEBF4A

Tints of Golden Tainoi #FEBF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.26%

R = 48.94%
G = 36.8%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEBF4A (or 0xFEBF4A) is known color: Golden Tainoi. HEX triplet: FE, BF and 4A. RGB value is (254,191,74). Sum of RGB (Red+Green+Blue) = 254+191+74=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF4A is #0140B5. Grayscale: #C5C5C5. Windows color (decimal): -82102 or 4898814. OLE color: 4898814.

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

Color convert

RGB 254 191 74 -
CMYK 0 0.25 0.71 0.00
HSL 39º 0.99% 0.64% -
HSV(B) 39º 0.71% 1% -
XYZ 60.74 58.83 14.63 -
YUV 196.5 58.87 169.01 -
System Red Green Blue C M Y K H S L
Decimal 254 191 74 0 0.25 0.71 0.00 39 0.99 0.64
Hex FE BF 4A 0 19 47 0 27 63 40
Octal 376 277 112 0 31 107 0 47 143 100
Binary 11111110 10111111 1001010 0 11001 1000111 0 100111 1100011 1000000

Color Harmonies of #FEBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF4A

Black with #FEBF4A

Text Example


Text Example

White with #FEBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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