Html Css Color HEX #FFCC5F Dandelion

📋 copy color: '#FFCC5F'

red 255 ◦ green 204 ◦ blue 95

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

Shades of Dandelion #FFCC5F

Tints of Dandelion #FFCC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.82%

 BLUE value IS 95 (37.5% from 255) = 17.15%

R = 46.03%
G = 36.82%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFCC5F (or 0xFFCC5F) is known color: Dandelion. HEX triplet: FF, CC and 5F. RGB value is (255,204,95). Sum of RGB (Red+Green+Blue) = 255+204+95=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 95 (37.5% from 255 or 17.15% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC5F is #0033A0. Grayscale: #CFCFCF. Windows color (decimal): -13217 or 6278399. OLE color: 6278399.

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

Color convert

RGB 255 204 95 -
CMYK 0 0.2 0.63 0
HSL 40.88º 1% 0.69% -
HSV(B) 40.88º 0.63% 1% -
XYZ 64.9 65.27 20 -
YUV 206.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 255 204 95 0 0.2 0.63 0 40.88 1 0.69
Hex FF CC 5F 0 14 3F 0 29 64 45
Octal 377 314 137 0 24 77 0 51 144 105
Binary 11111111 11001100 1011111 0 10100 111111 0 101001 1100100 1000101

Color Harmonies of #FFCC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC5F

Black with #FFCC5F

Text Example


Text Example

White with #FFCC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC5F; }

 p { color: rgb(255,204,95); }

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

background-color css

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

 a { background-color: rgb(255,204,95); }

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

border-color css

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

 span { border-color: rgb(255,204,95); }

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