Html Css Color HEX #FDCC5B Kournikova

📋 copy color: '#FDCC5B'

red 253 ◦ green 204 ◦ blue 91

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

Shades of Kournikova #FDCC5B

Tints of Kournikova #FDCC5B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.23%

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

R = 46.17%
G = 37.23%
B = 16.61%

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

#FDCC5B (or 0xFDCC5B) is known color: Kournikova. HEX triplet: FD, CC and 5B. RGB value is (253,204,91). Sum of RGB (Red+Green+Blue) = 253+204+91=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC5B is #0233A4. Grayscale: #CECECE. Windows color (decimal): -144293 or 6016253. OLE color: 6016253.

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

Color convert

RGB 253 204 91 -
CMYK 0 0.19 0.64 0.01
HSL 41.85º 0.98% 0.67% -
HSV(B) 41.85º 0.64% 0.99% -
XYZ 63.99 64.82 19.04 -
YUV 205.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 253 204 91 0 0.19 0.64 0.01 41.85 0.98 0.67
Hex FD CC 5B 0 13 40 1 2A 62 43
Octal 375 314 133 0 23 100 1 52 142 103
Binary 11111101 11001100 1011011 0 10011 1000000 1 101010 1100010 1000011

Color Harmonies of #FDCC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC5B

Black with #FDCC5B

Text Example


Text Example

White with #FDCC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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