Html Css Color HEX #FFCE5F Dandelion

📋 copy color: '#FFCE5F'

red 255 ◦ green 206 ◦ blue 95

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

Shades of Dandelion #FFCE5F

Tints of Dandelion #FFCE5F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.05%

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

R = 45.86%
G = 37.05%
B = 17.09%

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

#FFCE5F (or 0xFFCE5F) is known color: Dandelion. HEX triplet: FF, CE and 5F. RGB value is (255,206,95). Sum of RGB (Red+Green+Blue) = 255+206+95=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 95 (37.5% from 255 or 17.09% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE5F is #0031A0. Grayscale: #D0D0D0. Windows color (decimal): -12705 or 6278911. OLE color: 6278911.

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

Color convert

RGB 255 206 95 -
CMYK 0 0.19 0.63 0
HSL 41.63º 1% 0.69% -
HSV(B) 41.63º 0.63% 1% -
XYZ 65.38 66.23 20.16 -
YUV 208 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 255 206 95 0 0.19 0.63 0 41.63 1 0.69
Hex FF CE 5F 0 13 3F 0 2A 64 45
Octal 377 316 137 0 23 77 0 52 144 105
Binary 11111111 11001110 1011111 0 10011 111111 0 101010 1100100 1000101

Color Harmonies of #FFCE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE5F

Black with #FFCE5F

Text Example


Text Example

White with #FFCE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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