Html Css Color HEX #FED265 Dandelion

📋 copy color: '#FED265'

red 254 ◦ green 210 ◦ blue 101

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

Shades of Dandelion #FED265

Tints of Dandelion #FED265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.88%

R = 44.96%
G = 37.17%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FED265 (or 0xFED265) is known color: Dandelion. HEX triplet: FE, D2 and 65. RGB value is (254,210,101). Sum of RGB (Red+Green+Blue) = 254+210+101=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FED265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED265 is #012D9A. Grayscale: #D3D3D3. Windows color (decimal): -77211 or 6673150. OLE color: 6673150.

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

Color convert

RGB 254 210 101 -
CMYK 0 0.17 0.60 0.00
HSL 42.75º 0.99% 0.7% -
HSV(B) 42.75º 0.6% 1% -
XYZ 66.27 68.1 21.96 -
YUV 210.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 254 210 101 0 0.17 0.60 0.00 42.75 0.99 0.7
Hex FE D2 65 0 11 3C 0 2B 63 46
Octal 376 322 145 0 21 74 0 53 143 106
Binary 11111110 11010010 1100101 0 10001 111100 0 101011 1100011 1000110

Color Harmonies of #FED265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED265

Black with #FED265

Text Example


Text Example

White with #FED265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED265; }

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

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

background-color css

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

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

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

border-color css

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

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

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