Html Css Color HEX #FED765 Dandelion

📋 copy color: '#FED765'

red 254 ◦ green 215 ◦ blue 101

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

Shades of Dandelion #FED765

Tints of Dandelion #FED765

RGB

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

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

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

R = 44.56%
G = 37.72%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FED765 (or 0xFED765) is known color: Dandelion. HEX triplet: FE, D7 and 65. RGB value is (254,215,101). Sum of RGB (Red+Green+Blue) = 254+215+101=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 101 (39.84% from 255 or 17.72% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FED765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED765 is #01289A. Grayscale: #D6D6D6. Windows color (decimal): -75931 or 6674430. OLE color: 6674430.

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

Color convert

RGB 254 215 101 -
CMYK 0 0.15 0.60 0.00
HSL 44.71º 0.99% 0.7% -
HSV(B) 44.71º 0.6% 1% -
XYZ 67.52 70.61 22.38 -
YUV 213.67 64.42 156.77 -
System Red Green Blue C M Y K H S L
Decimal 254 215 101 0 0.15 0.60 0.00 44.71 0.99 0.7
Hex FE D7 65 0 F 3C 0 2D 63 46
Octal 376 327 145 0 17 74 0 55 143 106
Binary 11111110 11010111 1100101 0 1111 111100 0 101101 1100011 1000110

Color Harmonies of #FED765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED765

Black with #FED765

Text Example


Text Example

White with #FED765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED765; }

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

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

background-color css

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

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

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

border-color css

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

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

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