Html Css Color HEX #FFCA5D Kournikova

📋 copy color: '#FFCA5D'

red 255 ◦ green 202 ◦ blue 93

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

Shades of Kournikova #FFCA5D

Tints of Kournikova #FFCA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.73%

 BLUE value IS 93 (36.72% from 255) = 16.91%

R = 46.36%
G = 36.73%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFCA5D (or 0xFFCA5D) is known color: Kournikova. HEX triplet: FF, CA and 5D. RGB value is (255,202,93). Sum of RGB (Red+Green+Blue) = 255+202+93=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA5D is #0035A2. Grayscale: #CDCDCD. Windows color (decimal): -13731 or 6146815. OLE color: 6146815.

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

Color convert

RGB 255 202 93 -
CMYK 0 0.21 0.64 0
HSL 40.37º 1% 0.68% -
HSV(B) 40.37º 0.64% 1% -
XYZ 64.34 64.29 19.37 -
YUV 205.42 64.56 163.36 -
System Red Green Blue C M Y K H S L
Decimal 255 202 93 0 0.21 0.64 0 40.37 1 0.68
Hex FF CA 5D 0 15 40 0 28 64 44
Octal 377 312 135 0 25 100 0 50 144 104
Binary 11111111 11001010 1011101 0 10101 1000000 0 101000 1100100 1000100

Color Harmonies of #FFCA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA5D

Black with #FFCA5D

Text Example


Text Example

White with #FFCA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA5D; }

 p { color: rgb(255,202,93); }

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

background-color css

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

 a { background-color: rgb(255,202,93); }

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

border-color css

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

 span { border-color: rgb(255,202,93); }

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