Html Css Color HEX #FDBE4C Golden Tainoi

📋 copy color: '#FDBE4C'

red 253 ◦ green 190 ◦ blue 76

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

Shades of Golden Tainoi #FDBE4C

Tints of Golden Tainoi #FDBE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.64%

R = 48.75%
G = 36.61%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDBE4C (or 0xFDBE4C) is known color: Golden Tainoi. HEX triplet: FD, BE and 4C. RGB value is (253,190,76). Sum of RGB (Red+Green+Blue) = 253+190+76=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBE4C is #0241B3. Grayscale: #C4C4C4. Windows color (decimal): -147892 or 5029629. OLE color: 5029629.

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

Color convert

RGB 253 190 76 -
CMYK 0 0.25 0.70 0.01
HSL 38.64º 0.98% 0.65% -
HSV(B) 38.64º 0.7% 0.99% -
XYZ 60.23 58.23 14.9 -
YUV 195.84 60.37 168.77 -
System Red Green Blue C M Y K H S L
Decimal 253 190 76 0 0.25 0.70 0.01 38.64 0.98 0.65
Hex FD BE 4C 0 19 46 1 27 62 41
Octal 375 276 114 0 31 106 1 47 142 101
Binary 11111101 10111110 1001100 0 11001 1000110 1 100111 1100010 1000001

Color Harmonies of #FDBE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBE4C

Black with #FDBE4C

Text Example


Text Example

White with #FDBE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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