Html Css Color HEX #FCCE5A Kournikova

📋 copy color: '#FCCE5A'

red 252 ◦ green 206 ◦ blue 90

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

Shades of Kournikova #FCCE5A

Tints of Kournikova #FCCE5A

RGB

 RED value IS 252 (98.83% from 255) = 45.99%

 GREEN value IS 206 (80.86% from 255) = 37.59%

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

R = 45.99%
G = 37.59%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCCE5A (or 0xFCCE5A) is known color: Kournikova. HEX triplet: FC, CE and 5A. RGB value is (252,206,90). Sum of RGB (Red+Green+Blue) = 252+206+90=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE5A is #0331A5. Grayscale: #CFCFCF. Windows color (decimal): -209318 or 5951228. OLE color: 5951228.

HSL color Cylindrical-coordinate representation of color #FCCE5A: hue angle of 42.96º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCCE5A is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 206 90 -
CMYK 0 0.18 0.64 0.01
HSL 42.96º 0.96% 0.67% -
HSV(B) 42.96º 0.64% 0.99% -
XYZ 64.06 65.58 18.95 -
YUV 206.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 252 206 90 0 0.18 0.64 0.01 42.96 0.96 0.67
Hex FC CE 5A 0 12 40 1 2B 60 43
Octal 374 316 132 0 22 100 1 53 140 103
Binary 11111100 11001110 1011010 0 10010 1000000 1 101011 1100000 1000011

Color Harmonies of #FCCE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE5A

Black with #FCCE5A

Text Example


Text Example

White with #FCCE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE5A; }

 p { color: rgb(252,206,90); }

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

background-color css

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

 a { background-color: rgb(252,206,90); }

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

border-color css

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

 span { border-color: rgb(252,206,90); }

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