Html Css Color HEX #FAD143 Kournikova

📋 copy color: '#FAD143'

red 250 ◦ green 209 ◦ blue 67

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

Shades of Kournikova #FAD143

Tints of Kournikova #FAD143

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.73%

 BLUE value IS 67 (26.56% from 255) = 12.74%

R = 47.53%
G = 39.73%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAD143 (or 0xFAD143) is known color: Kournikova. HEX triplet: FA, D1 and 43. RGB value is (250,209,67). Sum of RGB (Red+Green+Blue) = 250+209+67=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 67 (26.56% from 255 or 12.74% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD143 is #052EBC. Grayscale: #CDCDCD. Windows color (decimal): -339645 or 4444666. OLE color: 4444666.

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

Color convert

RGB 250 209 67 -
CMYK 0 0.16 0.73 0.02
HSL 46.56º 0.95% 0.62% -
HSV(B) 46.56º 0.73% 0.98% -
XYZ 63.24 66.33 14.78 -
YUV 205.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 250 209 67 0 0.16 0.73 0.02 46.56 0.95 0.62
Hex FA D1 43 0 10 49 2 2F 5F 3E
Octal 372 321 103 0 20 111 2 57 137 76
Binary 11111010 11010001 1000011 0 10000 1001001 10 101111 1011111 111110

Color Harmonies of #FAD143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD143

Black with #FAD143

Text Example


Text Example

White with #FAD143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD143; }

 p { color: rgb(250,209,67); }

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

background-color css

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

 a { background-color: rgb(250,209,67); }

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

border-color css

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

 span { border-color: rgb(250,209,67); }

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