Html Css Color HEX #FFBD5C Golden Tainoi

📋 copy color: '#FFBD5C'

red 255 ◦ green 189 ◦ blue 92

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

Shades of Golden Tainoi #FFBD5C

Tints of Golden Tainoi #FFBD5C

RGB

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

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

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

R = 47.57%
G = 35.26%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFBD5C (or 0xFFBD5C) is known color: Golden Tainoi. HEX triplet: FF, BD and 5C. RGB value is (255,189,92). Sum of RGB (Red+Green+Blue) = 255+189+92=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD5C is #0042A3. Grayscale: #C6C6C6. Windows color (decimal): -17060 or 6077951. OLE color: 6077951.

HSL color Cylindrical-coordinate representation of color #FFBD5C: hue angle of 35.71º 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 #FFBD5C is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 92 -
CMYK 0 0.26 0.64 0
HSL 35.71º 1% 0.68% -
HSV(B) 35.71º 0.64% 1% -
XYZ 61.37 58.43 18.17 -
YUV 197.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 255 189 92 0 0.26 0.64 0 35.71 1 0.68
Hex FF BD 5C 0 1A 40 0 24 64 44
Octal 377 275 134 0 32 100 0 44 144 104
Binary 11111111 10111101 1011100 0 11010 1000000 0 100100 1100100 1000100

Color Harmonies of #FFBD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBD5C

Black with #FFBD5C

Text Example


Text Example

White with #FFBD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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