Html Css Color HEX #FEBF52 Golden Tainoi

📋 copy color: '#FEBF52'

red 254 ◦ green 191 ◦ blue 82

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

Shades of Golden Tainoi #FEBF52

Tints of Golden Tainoi #FEBF52

RGB

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

 GREEN value IS 191 (75% from 255) = 36.24%

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

R = 48.2%
G = 36.24%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEBF52 (or 0xFEBF52) is known color: Golden Tainoi. HEX triplet: FE, BF and 52. RGB value is (254,191,82). Sum of RGB (Red+Green+Blue) = 254+191+82=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF52 is #0140AD. Grayscale: #C5C5C5. Windows color (decimal): -82094 or 5423102. OLE color: 5423102.

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

Color convert

RGB 254 191 82 -
CMYK 0 0.25 0.68 0.00
HSL 38.02º 0.99% 0.66% -
HSV(B) 38.02º 0.68% 1% -
XYZ 61.03 58.94 16.14 -
YUV 197.41 62.87 168.36 -
System Red Green Blue C M Y K H S L
Decimal 254 191 82 0 0.25 0.68 0.00 38.02 0.99 0.66
Hex FE BF 52 0 19 44 0 26 63 42
Octal 376 277 122 0 31 104 0 46 143 102
Binary 11111110 10111111 1010010 0 11001 1000100 0 100110 1100011 1000010

Color Harmonies of #FEBF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF52

Black with #FEBF52

Text Example


Text Example

White with #FEBF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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