Html Css Color HEX #FED650 Kournikova

📋 copy color: '#FED650'

red 254 ◦ green 214 ◦ blue 80

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

Shades of Kournikova #FED650

Tints of Kournikova #FED650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.05%

 BLUE value IS 80 (31.64% from 255) = 14.6%

R = 46.35%
G = 39.05%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FED650 (or 0xFED650) is known color: Kournikova. HEX triplet: FE, D6 and 50. RGB value is (254,214,80). Sum of RGB (Red+Green+Blue) = 254+214+80=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FED650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED650 is #0129AF. Grayscale: #D3D3D3. Windows color (decimal): -76208 or 5297918. OLE color: 5297918.

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

Color convert

RGB 254 214 80 -
CMYK 0 0.16 0.69 0.00
HSL 46.21º 0.99% 0.65% -
HSV(B) 46.21º 0.69% 1% -
XYZ 66.37 69.74 17.55 -
YUV 210.68 54.25 158.9 -
System Red Green Blue C M Y K H S L
Decimal 254 214 80 0 0.16 0.69 0.00 46.21 0.99 0.65
Hex FE D6 50 0 10 45 0 2E 63 41
Octal 376 326 120 0 20 105 0 56 143 101
Binary 11111110 11010110 1010000 0 10000 1000101 0 101110 1100011 1000001

Color Harmonies of #FED650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED650

Black with #FED650

Text Example


Text Example

White with #FED650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED650; }

 p { color: rgb(254,214,80); }

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

background-color css

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

 a { background-color: rgb(254,214,80); }

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

border-color css

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

 span { border-color: rgb(254,214,80); }

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