Html Css Color HEX #FACD46 Kournikova

📋 copy color: '#FACD46'

red 250 ◦ green 205 ◦ blue 70

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

Shades of Kournikova #FACD46

Tints of Kournikova #FACD46

RGB

 RED value IS 250 (98.05% from 255) = 47.62%

 GREEN value IS 205 (80.47% from 255) = 39.05%

 BLUE value IS 70 (27.73% from 255) = 13.33%

R = 47.62%
G = 39.05%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FACD46 (or 0xFACD46) is known color: Kournikova. HEX triplet: FA, CD and 46. RGB value is (250,205,70). Sum of RGB (Red+Green+Blue) = 250+205+70=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 70 (27.73% from 255 or 13.33% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD46 is #0532B9. Grayscale: #CBCBCB. Windows color (decimal): -340666 or 4640250. OLE color: 4640250.

HSL color Cylindrical-coordinate representation of color #FACD46: hue angle of 45º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FACD46 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 205 70 -
CMYK 0 0.18 0.72 0.02
HSL 45º 0.95% 0.63% -
HSV(B) 45º 0.72% 0.98% -
XYZ 62.36 64.43 14.94 -
YUV 203.07 52.91 161.48 -
System Red Green Blue C M Y K H S L
Decimal 250 205 70 0 0.18 0.72 0.02 45 0.95 0.63
Hex FA CD 46 0 12 48 2 2D 5F 3F
Octal 372 315 106 0 22 110 2 55 137 77
Binary 11111010 11001101 1000110 0 10010 1001000 10 101101 1011111 111111

Color Harmonies of #FACD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD46

Black with #FACD46

Text Example


Text Example

White with #FACD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD46; }

 p { color: rgb(250,205,70); }

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

background-color css

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

 a { background-color: rgb(250,205,70); }

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

border-color css

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

 span { border-color: rgb(250,205,70); }

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