Html Css Color HEX #FFCA54 Kournikova

📋 copy color: '#FFCA54'

red 255 ◦ green 202 ◦ blue 84

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

Shades of Kournikova #FFCA54

Tints of Kournikova #FFCA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.53%

R = 47.13%
G = 37.34%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFCA54 (or 0xFFCA54) is known color: Kournikova. HEX triplet: FF, CA and 54. RGB value is (255,202,84). Sum of RGB (Red+Green+Blue) = 255+202+84=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 84 (33.20% from 255 or 15.53% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA54 is #0035AB. Grayscale: #CCCCCC. Windows color (decimal): -13740 or 5556991. OLE color: 5556991.

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

Color convert

RGB 255 202 84 -
CMYK 0 0.21 0.67 0
HSL 41.4º 1% 0.66% -
HSV(B) 41.4º 0.67% 1% -
XYZ 63.96 64.14 17.4 -
YUV 204.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 255 202 84 0 0.21 0.67 0 41.4 1 0.66
Hex FF CA 54 0 15 43 0 29 64 42
Octal 377 312 124 0 25 103 0 51 144 102
Binary 11111111 11001010 1010100 0 10101 1000011 0 101001 1100100 1000010

Color Harmonies of #FFCA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA54

Black with #FFCA54

Text Example


Text Example

White with #FFCA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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