Html Css Color HEX #FED75C Dandelion

📋 copy color: '#FED75C'

red 254 ◦ green 215 ◦ blue 92

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

Shades of Dandelion #FED75C

Tints of Dandelion #FED75C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.32%

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

R = 45.28%
G = 38.32%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FED75C (or 0xFED75C) is known color: Dandelion. HEX triplet: FE, D7 and 5C. RGB value is (254,215,92). Sum of RGB (Red+Green+Blue) = 254+215+92=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FED75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED75C is #0128A3. Grayscale: #D5D5D5. Windows color (decimal): -75940 or 6084606. OLE color: 6084606.

HSL color Cylindrical-coordinate representation of color #FED75C: hue angle of 45.56º 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 #FED75C is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 92 -
CMYK 0 0.15 0.64 0.00
HSL 45.56º 0.99% 0.68% -
HSV(B) 45.56º 0.64% 1% -
XYZ 67.11 70.44 20.19 -
YUV 212.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 254 215 92 0 0.15 0.64 0.00 45.56 0.99 0.68
Hex FE D7 5C 0 F 40 0 2E 63 44
Octal 376 327 134 0 17 100 0 56 143 104
Binary 11111110 11010111 1011100 0 1111 1000000 0 101110 1100011 1000100

Color Harmonies of #FED75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED75C

Black with #FED75C

Text Example


Text Example

White with #FED75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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