Html Css Color HEX #FDCE5B Kournikova

📋 copy color: '#FDCE5B'

red 253 ◦ green 206 ◦ blue 91

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

Shades of Kournikova #FDCE5B

Tints of Kournikova #FDCE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.55%

R = 46%
G = 37.45%
B = 16.55%

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

#FDCE5B (or 0xFDCE5B) is known color: Kournikova. HEX triplet: FD, CE and 5B. RGB value is (253,206,91). Sum of RGB (Red+Green+Blue) = 253+206+91=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 91 (35.94% from 255 or 16.55% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE5B is #0231A4. Grayscale: #CFCFCF. Windows color (decimal): -143781 or 6016765. OLE color: 6016765.

HSL color Cylindrical-coordinate representation of color #FDCE5B: hue angle of 42.59º 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 #FDCE5B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 91 -
CMYK 0 0.19 0.64 0.01
HSL 42.59º 0.98% 0.67% -
HSV(B) 42.59º 0.64% 0.99% -
XYZ 64.47 65.78 19.2 -
YUV 206.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 253 206 91 0 0.19 0.64 0.01 42.59 0.98 0.67
Hex FD CE 5B 0 13 40 1 2B 62 43
Octal 375 316 133 0 23 100 1 53 142 103
Binary 11111101 11001110 1011011 0 10011 1000000 1 101011 1100010 1000011

Color Harmonies of #FDCE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE5B

Black with #FDCE5B

Text Example


Text Example

White with #FDCE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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