Html Css Color HEX #FDCF70 Grandis

📋 copy color: '#FDCF70'

red 253 ◦ green 207 ◦ blue 112

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

Shades of Grandis #FDCF70

Tints of Grandis #FDCF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.58%

R = 44.23%
G = 36.19%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDCF70 (or 0xFDCF70) is known color: Grandis. HEX triplet: FD, CF and 70. RGB value is (253,207,112). Sum of RGB (Red+Green+Blue) = 253+207+112=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF70 is #02308F. Grayscale: #D2D2D2. Windows color (decimal): -143504 or 7393277. OLE color: 7393277.

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

Color convert

RGB 253 207 112 -
CMYK 0 0.18 0.56 0.01
HSL 40.43º 0.97% 0.72% -
HSV(B) 40.43º 0.56% 0.99% -
XYZ 65.75 66.68 24.73 -
YUV 209.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 253 207 112 0 0.18 0.56 0.01 40.43 0.97 0.72
Hex FD CF 70 0 12 38 1 28 61 48
Octal 375 317 160 0 22 70 1 50 141 110
Binary 11111101 11001111 1110000 0 10010 111000 1 101000 1100001 1001000

Color Harmonies of #FDCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF70

Black with #FDCF70

Text Example


Text Example

White with #FDCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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