Html Css Color HEX #FDCF73 Grandis

📋 copy color: '#FDCF73'

red 253 ◦ green 207 ◦ blue 115

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

Shades of Grandis #FDCF73

Tints of Grandis #FDCF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36%

 BLUE value IS 115 (45.31% from 255) = 20%

R = 44%
G = 36%
B = 20%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDCF73 (or 0xFDCF73) is known color: Grandis. HEX triplet: FD, CF and 73. RGB value is (253,207,115). Sum of RGB (Red+Green+Blue) = 253+207+115=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF73 is #02308C. Grayscale: #D2D2D2. Windows color (decimal): -143501 or 7589885. OLE color: 7589885.

HSL color Cylindrical-coordinate representation of color #FDCF73: hue angle of 40º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDCF73 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 115 -
CMYK 0 0.18 0.55 0.01
HSL 40º 0.97% 0.72% -
HSV(B) 40º 0.55% 0.99% -
XYZ 65.92 66.75 25.63 -
YUV 210.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 253 207 115 0 0.18 0.55 0.01 40 0.97 0.72
Hex FD CF 73 0 12 37 1 28 61 48
Octal 375 317 163 0 22 67 1 50 141 110
Binary 11111101 11001111 1110011 0 10010 110111 1 101000 1100001 1001000

Color Harmonies of #FDCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF73

Black with #FDCF73

Text Example


Text Example

White with #FDCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF73; }

 p { color: rgb(253,207,115); }

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

background-color css

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

 a { background-color: rgb(253,207,115); }

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

border-color css

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

 span { border-color: rgb(253,207,115); }

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