Html Css Color HEX #FFCE5E Dandelion

📋 copy color: '#FFCE5E'

red 255 ◦ green 206 ◦ blue 94

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

Shades of Dandelion #FFCE5E

Tints of Dandelion #FFCE5E

RGB

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

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

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

R = 45.95%
G = 37.12%
B = 16.94%

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

#FFCE5E (or 0xFFCE5E) is known color: Dandelion. HEX triplet: FF, CE and 5E. RGB value is (255,206,94). Sum of RGB (Red+Green+Blue) = 255+206+94=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE5E is #0031A1. Grayscale: #D0D0D0. Windows color (decimal): -12706 or 6213375. OLE color: 6213375.

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

Color convert

RGB 255 206 94 -
CMYK 0 0.19 0.63 0
HSL 41.74º 1% 0.68% -
HSV(B) 41.74º 0.63% 1% -
XYZ 65.33 66.21 19.93 -
YUV 207.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 255 206 94 0 0.19 0.63 0 41.74 1 0.68
Hex FF CE 5E 0 13 3F 0 2A 64 44
Octal 377 316 136 0 23 77 0 52 144 104
Binary 11111111 11001110 1011110 0 10011 111111 0 101010 1100100 1000100

Color Harmonies of #FFCE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE5E

Black with #FFCE5E

Text Example


Text Example

White with #FFCE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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