Html Css Color HEX #FEBC4B Golden Tainoi

📋 copy color: '#FEBC4B'

red 254 ◦ green 188 ◦ blue 75

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

Shades of Golden Tainoi #FEBC4B

Tints of Golden Tainoi #FEBC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

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

R = 49.13%
G = 36.36%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEBC4B (or 0xFEBC4B) is known color: Golden Tainoi. HEX triplet: FE, BC and 4B. RGB value is (254,188,75). Sum of RGB (Red+Green+Blue) = 254+188+75=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC4B is #0143B4. Grayscale: #C3C3C3. Windows color (decimal): -82869 or 4963582. OLE color: 4963582.

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

Color convert

RGB 254 188 75 -
CMYK 0 0.26 0.70 0.00
HSL 37.88º 0.99% 0.65% -
HSV(B) 37.88º 0.7% 1% -
XYZ 60.13 57.55 14.59 -
YUV 194.85 60.37 170.19 -
System Red Green Blue C M Y K H S L
Decimal 254 188 75 0 0.26 0.70 0.00 37.88 0.99 0.65
Hex FE BC 4B 0 1A 46 0 26 63 41
Octal 376 274 113 0 32 106 0 46 143 101
Binary 11111110 10111100 1001011 0 11010 1000110 0 100110 1100011 1000001

Color Harmonies of #FEBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC4B

Black with #FEBC4B

Text Example


Text Example

White with #FEBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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