Html Css Color HEX #FFCA5A Kournikova

📋 copy color: '#FFCA5A'

red 255 ◦ green 202 ◦ blue 90

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

Shades of Kournikova #FFCA5A

Tints of Kournikova #FFCA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.45%

R = 46.62%
G = 36.93%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFCA5A (or 0xFFCA5A) is known color: Kournikova. HEX triplet: FF, CA and 5A. RGB value is (255,202,90). Sum of RGB (Red+Green+Blue) = 255+202+90=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA5A is #0035A5. Grayscale: #CDCDCD. Windows color (decimal): -13734 or 5950207. OLE color: 5950207.

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

Color convert

RGB 255 202 90 -
CMYK 0 0.21 0.65 0
HSL 40.73º 1% 0.68% -
HSV(B) 40.73º 0.65% 1% -
XYZ 64.21 64.24 18.69 -
YUV 205.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 255 202 90 0 0.21 0.65 0 40.73 1 0.68
Hex FF CA 5A 0 15 41 0 29 64 44
Octal 377 312 132 0 25 101 0 51 144 104
Binary 11111111 11001010 1011010 0 10101 1000001 0 101001 1100100 1000100

Color Harmonies of #FFCA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA5A

Black with #FFCA5A

Text Example


Text Example

White with #FFCA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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