Html Css Color HEX #FFBE52 Golden Tainoi

📋 copy color: '#FFBE52'

red 255 ◦ green 190 ◦ blue 82

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

Shades of Golden Tainoi #FFBE52

Tints of Golden Tainoi #FFBE52

RGB

 RED value IS 255 (100% from 255) = 48.39%

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

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

R = 48.39%
G = 36.05%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFBE52 (or 0xFFBE52) is known color: Golden Tainoi. HEX triplet: FF, BE and 52. RGB value is (255,190,82). Sum of RGB (Red+Green+Blue) = 255+190+82=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE52 is #0041AD. Grayscale: #C5C5C5. Windows color (decimal): -16814 or 5422847. OLE color: 5422847.

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

Color convert

RGB 255 190 82 -
CMYK 0 0.25 0.68 0
HSL 37.46º 1% 0.66% -
HSV(B) 37.46º 0.68% 1% -
XYZ 61.18 58.7 16.09 -
YUV 197.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 255 190 82 0 0.25 0.68 0 37.46 1 0.66
Hex FF BE 52 0 19 44 0 25 64 42
Octal 377 276 122 0 31 104 0 45 144 102
Binary 11111111 10111110 1010010 0 11001 1000100 0 100101 1100100 1000010

Color Harmonies of #FFBE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE52

Black with #FFBE52

Text Example


Text Example

White with #FFBE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE52; }

 p { color: rgb(255,190,82); }

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

background-color css

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

 a { background-color: rgb(255,190,82); }

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

border-color css

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

 span { border-color: rgb(255,190,82); }

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