Html Css Color HEX #FCCB4A Kournikova

📋 copy color: '#FCCB4A'

red 252 ◦ green 203 ◦ blue 74

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

Shades of Kournikova #FCCB4A

Tints of Kournikova #FCCB4A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 74 (29.3% from 255) = 13.99%

R = 47.64%
G = 38.37%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCCB4A (or 0xFCCB4A) is known color: Kournikova. HEX triplet: FC, CB and 4A. RGB value is (252,203,74). Sum of RGB (Red+Green+Blue) = 252+203+74=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB4A is #0334B5. Grayscale: #CBCBCB. Windows color (decimal): -210102 or 4901884. OLE color: 4901884.

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

Color convert

RGB 252 203 74 -
CMYK 0 0.19 0.71 0.01
HSL 43.48º 0.97% 0.64% -
HSV(B) 43.48º 0.71% 0.99% -
XYZ 62.74 63.9 15.51 -
YUV 202.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 252 203 74 0 0.19 0.71 0.01 43.48 0.97 0.64
Hex FC CB 4A 0 13 47 1 2B 61 40
Octal 374 313 112 0 23 107 1 53 141 100
Binary 11111100 11001011 1001010 0 10011 1000111 1 101011 1100001 1000000

Color Harmonies of #FCCB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB4A

Black with #FCCB4A

Text Example


Text Example

White with #FCCB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB4A; }

 p { color: rgb(252,203,74); }

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

background-color css

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

 a { background-color: rgb(252,203,74); }

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

border-color css

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

 span { border-color: rgb(252,203,74); }

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