Html Css Color HEX #FEBD44 Golden Tainoi

📋 copy color: '#FEBD44'

red 254 ◦ green 189 ◦ blue 68

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

Shades of Golden Tainoi #FEBD44

Tints of Golden Tainoi #FEBD44

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.99%

 BLUE value IS 68 (26.95% from 255) = 13.31%

R = 49.71%
G = 36.99%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEBD44 (or 0xFEBD44) is known color: Golden Tainoi. HEX triplet: FE, BD and 44. RGB value is (254,189,68). Sum of RGB (Red+Green+Blue) = 254+189+68=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD44 is #0142BB. Grayscale: #C3C3C3. Windows color (decimal): -82620 or 4505086. OLE color: 4505086.

HSL color Cylindrical-coordinate representation of color #FEBD44: hue angle of 39.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEBD44 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 189 68 -
CMYK 0 0.26 0.73 0.00
HSL 39.03º 0.99% 0.63% -
HSV(B) 39.03º 0.73% 1% -
XYZ 60.11 57.88 13.47 -
YUV 194.64 56.53 170.34 -
System Red Green Blue C M Y K H S L
Decimal 254 189 68 0 0.26 0.73 0.00 39.03 0.99 0.63
Hex FE BD 44 0 1A 49 0 27 63 3F
Octal 376 275 104 0 32 111 0 47 143 77
Binary 11111110 10111101 1000100 0 11010 1001001 0 100111 1100011 111111

Color Harmonies of #FEBD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD44

Black with #FEBD44

Text Example


Text Example

White with #FEBD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD44; }

 p { color: rgb(254,189,68); }

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

background-color css

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

 a { background-color: rgb(254,189,68); }

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

border-color css

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

 span { border-color: rgb(254,189,68); }

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