Html Css Color HEX #FECD46 Kournikova

📋 copy color: '#FECD46'

red 254 ◦ green 205 ◦ blue 70

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

Shades of Kournikova #FECD46

Tints of Kournikova #FECD46

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.75%

 BLUE value IS 70 (27.73% from 255) = 13.23%

R = 48.02%
G = 38.75%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FECD46 (or 0xFECD46) is known color: Kournikova. HEX triplet: FE, CD and 46. RGB value is (254,205,70). Sum of RGB (Red+Green+Blue) = 254+205+70=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD46 is #0132B9. Grayscale: #CCCCCC. Windows color (decimal): -78522 or 4640254. OLE color: 4640254.

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

Color convert

RGB 254 205 70 -
CMYK 0 0.19 0.72 0.00
HSL 44.02º 0.99% 0.64% -
HSV(B) 44.02º 0.72% 1% -
XYZ 63.81 65.18 15.01 -
YUV 204.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 254 205 70 0 0.19 0.72 0.00 44.02 0.99 0.64
Hex FE CD 46 0 13 48 0 2C 63 40
Octal 376 315 106 0 23 110 0 54 143 100
Binary 11111110 11001101 1000110 0 10011 1001000 0 101100 1100011 1000000

Color Harmonies of #FECD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD46

Black with #FECD46

Text Example


Text Example

White with #FECD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD46; }

 p { color: rgb(254,205,70); }

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

background-color css

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

 a { background-color: rgb(254,205,70); }

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

border-color css

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

 span { border-color: rgb(254,205,70); }

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