Html Css Color HEX #FAC944 Kournikova

📋 copy color: '#FAC944'

red 250 ◦ green 201 ◦ blue 68

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

Shades of Kournikova #FAC944

Tints of Kournikova #FAC944

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

 BLUE value IS 68 (26.95% from 255) = 13.1%

R = 48.17%
G = 38.73%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAC944 (or 0xFAC944) is known color: Kournikova. HEX triplet: FA, C9 and 44. RGB value is (250,201,68). Sum of RGB (Red+Green+Blue) = 250+201+68=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC944 is #0536BB. Grayscale: #C9C9C9. Windows color (decimal): -341692 or 4508154. OLE color: 4508154.

HSL color Cylindrical-coordinate representation of color #FAC944: hue angle of 43.85º 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 #FAC944 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 68 -
CMYK 0 0.20 0.73 0.02
HSL 43.85º 0.95% 0.62% -
HSV(B) 43.85º 0.73% 0.98% -
XYZ 61.35 62.51 14.3 -
YUV 200.49 53.23 163.31 -
System Red Green Blue C M Y K H S L
Decimal 250 201 68 0 0.20 0.73 0.02 43.85 0.95 0.62
Hex FA C9 44 0 14 49 2 2C 5F 3E
Octal 372 311 104 0 24 111 2 54 137 76
Binary 11111010 11001001 1000100 0 10100 1001001 10 101100 1011111 111110

Color Harmonies of #FAC944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC944

Black with #FAC944

Text Example


Text Example

White with #FAC944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC944; }

 p { color: rgb(250,201,68); }

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

background-color css

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

 a { background-color: rgb(250,201,68); }

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

border-color css

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

 span { border-color: rgb(250,201,68); }

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