#FFCF5C

Color #FFCF5C Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FFCF5C

Tints of Dandelion #FFCF5C

Color information

#FFCF5C (or 0xFFCF5C) is unknown color: approx Dandelion. HEX triplet: FF, CF and 5C. RGB value is (255,207,92). Sum of RGB (Red+Green+Blue) = 255+207+92=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 92 (36.33% from 255 or 16.61% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF5C is #0030A3. Grayscale: #D0D0D0. Windows color (decimal): -12452 or 6082559. OLE color: 6082559.

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

Color convert

RGB25520792-
CMYK00.190.640
HSL42.33º100%68.04%-
HSV(B)42.33º63.92%100%-
XYZ65.4866.6619.54-
YUV208.2462.4161.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 92 (36.33% from 255) = 16.61%
R=46.03%
G=37.36%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552079200.190.64042.3310068.04
HexFFCF5C0134002a6444
Octal377317134023100052144104
Binary111111111100111110111000100111000000010101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCF5C; }

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

 H1.HeaderClassName
 {
   color: #FFCF5C;
 }
 .AnyTagClassName
 {
   color: #FFCF5C;
 }
</style>
background-color css

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

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

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

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

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

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