Html Css Color HEX #FACF54 Kournikova

📋 copy color: '#FACF54'

red 250 ◦ green 207 ◦ blue 84

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

Shades of Kournikova #FACF54

Tints of Kournikova #FACF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.53%

R = 46.21%
G = 38.26%
B = 15.53%

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

#FACF54 (or 0xFACF54) is known color: Kournikova. HEX triplet: FA, CF and 54. RGB value is (250,207,84). Sum of RGB (Red+Green+Blue) = 250+207+84=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 84 (33.20% from 255 or 15.53% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF54 is #0530AB. Grayscale: #CECECE. Windows color (decimal): -340140 or 5558266. OLE color: 5558266.

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

Color convert

RGB 250 207 84 -
CMYK 0 0.17 0.66 0.02
HSL 44.46º 0.94% 0.65% -
HSV(B) 44.46º 0.66% 0.98% -
XYZ 63.34 65.59 17.71 -
YUV 205.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 250 207 84 0 0.17 0.66 0.02 44.46 0.94 0.65
Hex FA CF 54 0 11 42 2 2C 5E 41
Octal 372 317 124 0 21 102 2 54 136 101
Binary 11111010 11001111 1010100 0 10001 1000010 10 101100 1011110 1000001

Color Harmonies of #FACF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF54

Black with #FACF54

Text Example


Text Example

White with #FACF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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