Html Css Color HEX #FEBB4F Golden Tainoi

📋 copy color: '#FEBB4F'

red 254 ◦ green 187 ◦ blue 79

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

Shades of Golden Tainoi #FEBB4F

Tints of Golden Tainoi #FEBB4F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.96%

 BLUE value IS 79 (31.25% from 255) = 15.19%

R = 48.85%
G = 35.96%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEBB4F (or 0xFEBB4F) is known color: Golden Tainoi. HEX triplet: FE, BB and 4F. RGB value is (254,187,79). Sum of RGB (Red+Green+Blue) = 254+187+79=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB4F is #0144B0. Grayscale: #C3C3C3. Windows color (decimal): -83121 or 5225470. OLE color: 5225470.

HSL color Cylindrical-coordinate representation of color #FEBB4F: hue angle of 37.03º 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 #FEBB4F is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 187 79 -
CMYK 0 0.26 0.69 0.00
HSL 37.03º 0.99% 0.65% -
HSV(B) 37.03º 0.69% 1% -
XYZ 60.05 57.18 15.27 -
YUV 194.72 62.7 170.28 -
System Red Green Blue C M Y K H S L
Decimal 254 187 79 0 0.26 0.69 0.00 37.03 0.99 0.65
Hex FE BB 4F 0 1A 45 0 25 63 41
Octal 376 273 117 0 32 105 0 45 143 101
Binary 11111110 10111011 1001111 0 11010 1000101 0 100101 1100011 1000001

Color Harmonies of #FEBB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB4F

Black with #FEBB4F

Text Example


Text Example

White with #FEBB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB4F; }

 p { color: rgb(254,187,79); }

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

background-color css

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

 a { background-color: rgb(254,187,79); }

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

border-color css

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

 span { border-color: rgb(254,187,79); }

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