Html Css Color HEX #FFCF5E Dandelion

📋 copy color: '#FFCF5E'

red 255 ◦ green 207 ◦ blue 94

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

Shades of Dandelion #FFCF5E

Tints of Dandelion #FFCF5E

RGB

 RED value IS 255 (100% from 255) = 45.86%

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

 BLUE value IS 94 (37.11% from 255) = 16.91%

R = 45.86%
G = 37.23%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFCF5E (or 0xFFCF5E) is known color: Dandelion. HEX triplet: FF, CF and 5E. RGB value is (255,207,94). Sum of RGB (Red+Green+Blue) = 255+207+94=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF5E is #0030A1. Grayscale: #D0D0D0. Windows color (decimal): -12450 or 6213631. OLE color: 6213631.

HSL color Cylindrical-coordinate representation of color #FFCF5E: hue angle of 42.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFCF5E is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 94 -
CMYK 0 0.19 0.63 0
HSL 42.11º 1% 0.68% -
HSV(B) 42.11º 0.63% 1% -
XYZ 65.57 66.69 20.01 -
YUV 208.47 63.4 161.19 -
System Red Green Blue C M Y K H S L
Decimal 255 207 94 0 0.19 0.63 0 42.11 1 0.68
Hex FF CF 5E 0 13 3F 0 2A 64 44
Octal 377 317 136 0 23 77 0 52 144 104
Binary 11111111 11001111 1011110 0 10011 111111 0 101010 1100100 1000100

Color Harmonies of #FFCF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF5E

Black with #FFCF5E

Text Example


Text Example

White with #FFCF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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