Html Css Color HEX #FEBB4A Golden Tainoi

📋 copy color: '#FEBB4A'

red 254 ◦ green 187 ◦ blue 74

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

Shades of Golden Tainoi #FEBB4A

Tints of Golden Tainoi #FEBB4A

RGB

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

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

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

R = 49.32%
G = 36.31%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEBB4A (or 0xFEBB4A) is known color: Golden Tainoi. HEX triplet: FE, BB and 4A. RGB value is (254,187,74). Sum of RGB (Red+Green+Blue) = 254+187+74=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB4A is #0144B5. Grayscale: #C2C2C2. Windows color (decimal): -83126 or 4897790. OLE color: 4897790.

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

Color convert

RGB 254 187 74 -
CMYK 0 0.26 0.71 0.00
HSL 37.67º 0.99% 0.64% -
HSV(B) 37.67º 0.71% 1% -
XYZ 59.88 57.11 14.35 -
YUV 194.15 60.2 170.69 -
System Red Green Blue C M Y K H S L
Decimal 254 187 74 0 0.26 0.71 0.00 37.67 0.99 0.64
Hex FE BB 4A 0 1A 47 0 26 63 40
Octal 376 273 112 0 32 107 0 46 143 100
Binary 11111110 10111011 1001010 0 11010 1000111 0 100110 1100011 1000000

Color Harmonies of #FEBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBB4A

Black with #FEBB4A

Text Example


Text Example

White with #FEBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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