Html Css Color HEX #FFCA57 Kournikova

📋 copy color: '#FFCA57'

red 255 ◦ green 202 ◦ blue 87

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

Shades of Kournikova #FFCA57

Tints of Kournikova #FFCA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.99%

R = 46.88%
G = 37.13%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FFCA57 (or 0xFFCA57) is known color: Kournikova. HEX triplet: FF, CA and 57. RGB value is (255,202,87). Sum of RGB (Red+Green+Blue) = 255+202+87=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 87 (34.38% from 255 or 15.99% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA57 is #0035A8. Grayscale: #CDCDCD. Windows color (decimal): -13737 or 5753599. OLE color: 5753599.

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

Color convert

RGB 255 202 87 -
CMYK 0 0.21 0.66 0
HSL 41.07º 1% 0.67% -
HSV(B) 41.07º 0.66% 1% -
XYZ 64.08 64.19 18.03 -
YUV 204.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 255 202 87 0 0.21 0.66 0 41.07 1 0.67
Hex FF CA 57 0 15 42 0 29 64 43
Octal 377 312 127 0 25 102 0 51 144 103
Binary 11111111 11001010 1010111 0 10101 1000010 0 101001 1100100 1000011

Color Harmonies of #FFCA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA57

Black with #FFCA57

Text Example


Text Example

White with #FFCA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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