Html Css Color HEX #FACF55 Kournikova

📋 copy color: '#FACF55'

red 250 ◦ green 207 ◦ blue 85

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

Shades of Kournikova #FACF55

Tints of Kournikova #FACF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.68%

R = 46.13%
G = 38.19%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FACF55 (or 0xFACF55) is known color: Kournikova. HEX triplet: FA, CF and 55. RGB value is (250,207,85). Sum of RGB (Red+Green+Blue) = 250+207+85=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF55 is #0530AA. Grayscale: #CECECE. Windows color (decimal): -340139 or 5623802. OLE color: 5623802.

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

Color convert

RGB 250 207 85 -
CMYK 0 0.17 0.66 0.02
HSL 44.36º 0.94% 0.66% -
HSV(B) 44.36º 0.66% 0.98% -
XYZ 63.38 65.61 17.92 -
YUV 205.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 250 207 85 0 0.17 0.66 0.02 44.36 0.94 0.66
Hex FA CF 55 0 11 42 2 2C 5E 42
Octal 372 317 125 0 21 102 2 54 136 102
Binary 11111010 11001111 1010101 0 10001 1000010 10 101100 1011110 1000010

Color Harmonies of #FACF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF55

Black with #FACF55

Text Example


Text Example

White with #FACF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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