Html Css Color HEX #FDCC4A Kournikova

📋 copy color: '#FDCC4A'

red 253 ◦ green 204 ◦ blue 74

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

Shades of Kournikova #FDCC4A

Tints of Kournikova #FDCC4A

RGB

 RED value IS 253 (99.22% from 255) = 47.65%

 GREEN value IS 204 (80.08% from 255) = 38.42%

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

R = 47.65%
G = 38.42%
B = 13.94%

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

#FDCC4A (or 0xFDCC4A) is known color: Kournikova. HEX triplet: FD, CC and 4A. RGB value is (253,204,74). Sum of RGB (Red+Green+Blue) = 253+204+74=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC4A is #0233B5. Grayscale: #CCCCCC. Windows color (decimal): -144310 or 4902141. OLE color: 4902141.

HSL color Cylindrical-coordinate representation of color #FDCC4A: hue angle of 43.58º degrees, saturation: 0.98, 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 #FDCC4A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 74 -
CMYK 0 0.19 0.71 0.01
HSL 43.58º 0.98% 0.64% -
HSV(B) 43.58º 0.71% 0.99% -
XYZ 63.34 64.56 15.6 -
YUV 203.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 253 204 74 0 0.19 0.71 0.01 43.58 0.98 0.64
Hex FD CC 4A 0 13 47 1 2C 62 40
Octal 375 314 112 0 23 107 1 54 142 100
Binary 11111101 11001100 1001010 0 10011 1000111 1 101100 1100010 1000000

Color Harmonies of #FDCC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC4A

Black with #FDCC4A

Text Example


Text Example

White with #FDCC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC4A; }

 p { color: rgb(253,204,74); }

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

background-color css

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

 a { background-color: rgb(253,204,74); }

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

border-color css

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

 span { border-color: rgb(253,204,74); }

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