Html Css Color HEX #FEBE4B Golden Tainoi

📋 copy color: '#FEBE4B'

red 254 ◦ green 190 ◦ blue 75

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

Shades of Golden Tainoi #FEBE4B

Tints of Golden Tainoi #FEBE4B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

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

R = 48.94%
G = 36.61%
B = 14.45%

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

#FEBE4B (or 0xFEBE4B) is known color: Golden Tainoi. HEX triplet: FE, BE and 4B. RGB value is (254,190,75). Sum of RGB (Red+Green+Blue) = 254+190+75=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE4B is #0141B4. Grayscale: #C4C4C4. Windows color (decimal): -82357 or 4964094. OLE color: 4964094.

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

Color convert

RGB 254 190 75 -
CMYK 0 0.25 0.70 0.00
HSL 38.55º 0.99% 0.65% -
HSV(B) 38.55º 0.7% 1% -
XYZ 60.56 58.41 14.74 -
YUV 196.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 254 190 75 0 0.25 0.70 0.00 38.55 0.99 0.65
Hex FE BE 4B 0 19 46 0 27 63 41
Octal 376 276 113 0 31 106 0 47 143 101
Binary 11111110 10111110 1001011 0 11001 1000110 0 100111 1100011 1000001

Color Harmonies of #FEBE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBE4B

Black with #FEBE4B

Text Example


Text Example

White with #FEBE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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