Html Css Color HEX #FEBC52 Golden Tainoi

📋 copy color: '#FEBC52'

red 254 ◦ green 188 ◦ blue 82

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

Shades of Golden Tainoi #FEBC52

Tints of Golden Tainoi #FEBC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.65%

R = 48.47%
G = 35.88%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEBC52 (or 0xFEBC52) is known color: Golden Tainoi. HEX triplet: FE, BC and 52. RGB value is (254,188,82). Sum of RGB (Red+Green+Blue) = 254+188+82=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC52 is #0143AD. Grayscale: #C4C4C4. Windows color (decimal): -82862 or 5422334. OLE color: 5422334.

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

Color convert

RGB 254 188 82 -
CMYK 0 0.26 0.68 0.00
HSL 36.98º 0.99% 0.66% -
HSV(B) 36.98º 0.68% 1% -
XYZ 60.38 57.65 15.93 -
YUV 195.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 254 188 82 0 0.26 0.68 0.00 36.98 0.99 0.66
Hex FE BC 52 0 1A 44 0 25 63 42
Octal 376 274 122 0 32 104 0 45 143 102
Binary 11111110 10111100 1010010 0 11010 1000100 0 100101 1100011 1000010

Color Harmonies of #FEBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC52

Black with #FEBC52

Text Example


Text Example

White with #FEBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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