Html Css Color HEX #FDBE5C Golden Tainoi

📋 copy color: '#FDBE5C'

red 253 ◦ green 190 ◦ blue 92

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

Shades of Golden Tainoi #FDBE5C

Tints of Golden Tainoi #FDBE5C

RGB

 RED value IS 253 (99.22% from 255) = 47.29%

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

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

R = 47.29%
G = 35.51%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDBE5C (or 0xFDBE5C) is known color: Golden Tainoi. HEX triplet: FD, BE and 5C. RGB value is (253,190,92). Sum of RGB (Red+Green+Blue) = 253+190+92=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBE5C is #0241A3. Grayscale: #C6C6C6. Windows color (decimal): -147876 or 6078205. OLE color: 6078205.

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

Color convert

RGB 253 190 92 -
CMYK 0 0.25 0.64 0.01
HSL 36.52º 0.98% 0.68% -
HSV(B) 36.52º 0.64% 0.99% -
XYZ 60.85 58.48 18.21 -
YUV 197.67 68.37 167.47 -
System Red Green Blue C M Y K H S L
Decimal 253 190 92 0 0.25 0.64 0.01 36.52 0.98 0.68
Hex FD BE 5C 0 19 40 1 25 62 44
Octal 375 276 134 0 31 100 1 45 142 104
Binary 11111101 10111110 1011100 0 11001 1000000 1 100101 1100010 1000100

Color Harmonies of #FDBE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBE5C

Black with #FDBE5C

Text Example


Text Example

White with #FDBE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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