Html Css Color HEX #FACF5D Kournikova

📋 copy color: '#FACF5D'

red 250 ◦ green 207 ◦ blue 93

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

Shades of Kournikova #FACF5D

Tints of Kournikova #FACF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.64%

 BLUE value IS 93 (36.72% from 255) = 16.91%

R = 45.45%
G = 37.64%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FACF5D (or 0xFACF5D) is known color: Kournikova. HEX triplet: FA, CF and 5D. RGB value is (250,207,93). Sum of RGB (Red+Green+Blue) = 250+207+93=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF5D is #0530A2. Grayscale: #CFCFCF. Windows color (decimal): -340131 or 6148090. OLE color: 6148090.

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

Color convert

RGB 250 207 93 -
CMYK 0 0.17 0.63 0.02
HSL 43.57º 0.94% 0.67% -
HSV(B) 43.57º 0.63% 0.98% -
XYZ 63.71 65.74 19.69 -
YUV 206.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 250 207 93 0 0.17 0.63 0.02 43.57 0.94 0.67
Hex FA CF 5D 0 11 3F 2 2C 5E 43
Octal 372 317 135 0 21 77 2 54 136 103
Binary 11111010 11001111 1011101 0 10001 111111 10 101100 1011110 1000011

Color Harmonies of #FACF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF5D

Black with #FACF5D

Text Example


Text Example

White with #FACF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF5D; }

 p { color: rgb(250,207,93); }

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

background-color css

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

 a { background-color: rgb(250,207,93); }

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

border-color css

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

 span { border-color: rgb(250,207,93); }

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