Html Css Color HEX #FFCF65 Dandelion

📋 copy color: '#FFCF65'

red 255 ◦ green 207 ◦ blue 101

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

Shades of Dandelion #FFCF65

Tints of Dandelion #FFCF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.94%

R = 45.29%
G = 36.77%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFCF65 (or 0xFFCF65) is known color: Dandelion. HEX triplet: FF, CF and 65. RGB value is (255,207,101). Sum of RGB (Red+Green+Blue) = 255+207+101=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF65 is #00309A. Grayscale: #D1D1D1. Windows color (decimal): -12443 or 6672383. OLE color: 6672383.

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

Color convert

RGB 255 207 101 -
CMYK 0 0.19 0.60 0
HSL 41.3º 1% 0.7% -
HSV(B) 41.3º 0.6% 1% -
XYZ 65.9 66.83 21.74 -
YUV 209.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 255 207 101 0 0.19 0.60 0 41.3 1 0.7
Hex FF CF 65 0 13 3C 0 29 64 46
Octal 377 317 145 0 23 74 0 51 144 106
Binary 11111111 11001111 1100101 0 10011 111100 0 101001 1100100 1000110

Color Harmonies of #FFCF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF65

Black with #FFCF65

Text Example


Text Example

White with #FFCF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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