Html Css Color HEX #FCCE5F Dandelion

📋 copy color: '#FCCE5F'

red 252 ◦ green 206 ◦ blue 95

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

Shades of Dandelion #FCCE5F

Tints of Dandelion #FCCE5F

RGB

 RED value IS 252 (98.83% from 255) = 45.57%

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

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

R = 45.57%
G = 37.25%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCCE5F (or 0xFCCE5F) is known color: Dandelion. HEX triplet: FC, CE and 5F. RGB value is (252,206,95). Sum of RGB (Red+Green+Blue) = 252+206+95=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 95 (37.5% from 255 or 17.18% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE5F is #0331A0. Grayscale: #CFCFCF. Windows color (decimal): -209313 or 6278908. OLE color: 6278908.

HSL color Cylindrical-coordinate representation of color #FCCE5F: hue angle of 42.42º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCCE5F is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 206 95 -
CMYK 0 0.18 0.62 0.01
HSL 42.42º 0.96% 0.68% -
HSV(B) 42.42º 0.62% 0.99% -
XYZ 64.28 65.66 20.11 -
YUV 207.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 252 206 95 0 0.18 0.62 0.01 42.42 0.96 0.68
Hex FC CE 5F 0 12 3E 1 2A 60 44
Octal 374 316 137 0 22 76 1 52 140 104
Binary 11111100 11001110 1011111 0 10010 111110 1 101010 1100000 1000100

Color Harmonies of #FCCE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE5F

Black with #FCCE5F

Text Example


Text Example

White with #FCCE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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