Html Css Color HEX #FDCE5A Kournikova

📋 copy color: '#FDCE5A'

red 253 ◦ green 206 ◦ blue 90

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

Shades of Kournikova #FDCE5A

Tints of Kournikova #FDCE5A

RGB

 RED value IS 253 (99.22% from 255) = 46.08%

 GREEN value IS 206 (80.86% from 255) = 37.52%

 BLUE value IS 90 (35.55% from 255) = 16.39%

R = 46.08%
G = 37.52%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDCE5A (or 0xFDCE5A) is known color: Kournikova. HEX triplet: FD, CE and 5A. RGB value is (253,206,90). Sum of RGB (Red+Green+Blue) = 253+206+90=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE5A is #0231A5. Grayscale: #CFCFCF. Windows color (decimal): -143782 or 5951229. OLE color: 5951229.

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

Color convert

RGB 253 206 90 -
CMYK 0 0.19 0.64 0.01
HSL 42.7º 0.98% 0.67% -
HSV(B) 42.7º 0.64% 0.99% -
XYZ 64.42 65.76 18.97 -
YUV 206.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 253 206 90 0 0.19 0.64 0.01 42.7 0.98 0.67
Hex FD CE 5A 0 13 40 1 2B 62 43
Octal 375 316 132 0 23 100 1 53 142 103
Binary 11111101 11001110 1011010 0 10011 1000000 1 101011 1100010 1000011

Color Harmonies of #FDCE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE5A

Black with #FDCE5A

Text Example


Text Example

White with #FDCE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE5A; }

 p { color: rgb(253,206,90); }

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

background-color css

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

 a { background-color: rgb(253,206,90); }

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

border-color css

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

 span { border-color: rgb(253,206,90); }

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