Html Css Color HEX #FEBF4B Golden Tainoi

📋 copy color: '#FEBF4B'

red 254 ◦ green 191 ◦ blue 75

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

Shades of Golden Tainoi #FEBF4B

Tints of Golden Tainoi #FEBF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.42%

R = 48.85%
G = 36.73%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEBF4B (or 0xFEBF4B) is known color: Golden Tainoi. HEX triplet: FE, BF and 4B. RGB value is (254,191,75). Sum of RGB (Red+Green+Blue) = 254+191+75=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF4B is #0140B4. Grayscale: #C5C5C5. Windows color (decimal): -82101 or 4964350. OLE color: 4964350.

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

Color convert

RGB 254 191 75 -
CMYK 0 0.25 0.70 0.00
HSL 38.88º 0.99% 0.65% -
HSV(B) 38.88º 0.7% 1% -
XYZ 60.77 58.84 14.81 -
YUV 196.61 59.37 168.93 -
System Red Green Blue C M Y K H S L
Decimal 254 191 75 0 0.25 0.70 0.00 38.88 0.99 0.65
Hex FE BF 4B 0 19 46 0 27 63 41
Octal 376 277 113 0 31 106 0 47 143 101
Binary 11111110 10111111 1001011 0 11001 1000110 0 100111 1100011 1000001

Color Harmonies of #FEBF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF4B

Black with #FEBF4B

Text Example


Text Example

White with #FEBF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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