Html Css Color HEX #FFCD5C Kournikova

📋 copy color: '#FFCD5C'

red 255 ◦ green 205 ◦ blue 92

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

Shades of Kournikova #FFCD5C

Tints of Kournikova #FFCD5C

RGB

 RED value IS 255 (100% from 255) = 46.2%

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

 BLUE value IS 92 (36.33% from 255) = 16.67%

R = 46.2%
G = 37.14%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFCD5C (or 0xFFCD5C) is known color: Kournikova. HEX triplet: FF, CD and 5C. RGB value is (255,205,92). Sum of RGB (Red+Green+Blue) = 255+205+92=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD5C is #0032A3. Grayscale: #CFCFCF. Windows color (decimal): -12964 or 6082047. OLE color: 6082047.

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

Color convert

RGB 255 205 92 -
CMYK 0 0.20 0.64 0
HSL 41.6º 1% 0.68% -
HSV(B) 41.6º 0.64% 1% -
XYZ 65 65.7 19.38 -
YUV 207.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 255 205 92 0 0.20 0.64 0 41.6 1 0.68
Hex FF CD 5C 0 14 40 0 2A 64 44
Octal 377 315 134 0 24 100 0 52 144 104
Binary 11111111 11001101 1011100 0 10100 1000000 0 101010 1100100 1000100

Color Harmonies of #FFCD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCD5C

Black with #FFCD5C

Text Example


Text Example

White with #FFCD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCD5C; }

 p { color: rgb(255,205,92); }

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

background-color css

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

 a { background-color: rgb(255,205,92); }

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

border-color css

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

 span { border-color: rgb(255,205,92); }

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