Html Css Color HEX #FFBE5C Golden Tainoi

📋 copy color: '#FFBE5C'

red 255 ◦ green 190 ◦ blue 92

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

Shades of Golden Tainoi #FFBE5C

Tints of Golden Tainoi #FFBE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.13%

R = 47.49%
G = 35.38%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFBE5C (or 0xFFBE5C) is known color: Golden Tainoi. HEX triplet: FF, BE and 5C. RGB value is (255,190,92). Sum of RGB (Red+Green+Blue) = 255+190+92=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE5C is #0041A3. Grayscale: #C6C6C6. Windows color (decimal): -16804 or 6078207. OLE color: 6078207.

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

Color convert

RGB 255 190 92 -
CMYK 0 0.25 0.64 0
HSL 36.07º 1% 0.68% -
HSV(B) 36.07º 0.64% 1% -
XYZ 61.59 58.86 18.24 -
YUV 198.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 255 190 92 0 0.25 0.64 0 36.07 1 0.68
Hex FF BE 5C 0 19 40 0 24 64 44
Octal 377 276 134 0 31 100 0 44 144 104
Binary 11111111 10111110 1011100 0 11001 1000000 0 100100 1100100 1000100

Color Harmonies of #FFBE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE5C

Black with #FFBE5C

Text Example


Text Example

White with #FFBE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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