Html Css Color HEX #FED25C Dandelion

📋 copy color: '#FED25C'

red 254 ◦ green 210 ◦ blue 92

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

Shades of Dandelion #FED25C

Tints of Dandelion #FED25C

RGB

 RED value IS 254 (99.61% from 255) = 45.68%

 GREEN value IS 210 (82.42% from 255) = 37.77%

 BLUE value IS 92 (36.33% from 255) = 16.55%

R = 45.68%
G = 37.77%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FED25C (or 0xFED25C) is known color: Dandelion. HEX triplet: FE, D2 and 5C. RGB value is (254,210,92). Sum of RGB (Red+Green+Blue) = 254+210+92=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FED25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED25C is #012DA3. Grayscale: #D2D2D2. Windows color (decimal): -77220 or 6083326. OLE color: 6083326.

HSL color Cylindrical-coordinate representation of color #FED25C: hue angle of 43.7º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FED25C is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 210 92 -
CMYK 0 0.17 0.64 0.00
HSL 43.7º 0.99% 0.68% -
HSV(B) 43.7º 0.64% 1% -
XYZ 65.85 67.94 19.77 -
YUV 209.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 254 210 92 0 0.17 0.64 0.00 43.7 0.99 0.68
Hex FE D2 5C 0 11 40 0 2C 63 44
Octal 376 322 134 0 21 100 0 54 143 104
Binary 11111110 11010010 1011100 0 10001 1000000 0 101100 1100011 1000100

Color Harmonies of #FED25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED25C

Black with #FED25C

Text Example


Text Example

White with #FED25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED25C; }

 p { color: rgb(254,210,92); }

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

background-color css

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

 a { background-color: rgb(254,210,92); }

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

border-color css

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

 span { border-color: rgb(254,210,92); }

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