Html Css Color HEX #FFCA5F Kournikova

📋 copy color: '#FFCA5F'

red 255 ◦ green 202 ◦ blue 95

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

Shades of Kournikova #FFCA5F

Tints of Kournikova #FFCA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.21%

R = 46.2%
G = 36.59%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFCA5F (or 0xFFCA5F) is known color: Kournikova. HEX triplet: FF, CA and 5F. RGB value is (255,202,95). Sum of RGB (Red+Green+Blue) = 255+202+95=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 95 (37.5% from 255 or 17.21% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA5F is #0035A0. Grayscale: #CECECE. Windows color (decimal): -13729 or 6277887. OLE color: 6277887.

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

Color convert

RGB 255 202 95 -
CMYK 0 0.21 0.63 0
HSL 40.13º 1% 0.69% -
HSV(B) 40.13º 0.63% 1% -
XYZ 64.43 64.33 19.85 -
YUV 205.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 255 202 95 0 0.21 0.63 0 40.13 1 0.69
Hex FF CA 5F 0 15 3F 0 28 64 45
Octal 377 312 137 0 25 77 0 50 144 105
Binary 11111111 11001010 1011111 0 10101 111111 0 101000 1100100 1000101

Color Harmonies of #FFCA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA5F

Black with #FFCA5F

Text Example


Text Example

White with #FFCA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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