Html Css Color HEX #FAC948 Kournikova

📋 copy color: '#FAC948'

red 250 ◦ green 201 ◦ blue 72

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

Shades of Kournikova #FAC948

Tints of Kournikova #FAC948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.77%

R = 47.8%
G = 38.43%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAC948 (or 0xFAC948) is known color: Kournikova. HEX triplet: FA, C9 and 48. RGB value is (250,201,72). Sum of RGB (Red+Green+Blue) = 250+201+72=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC948 is #0536B7. Grayscale: #C9C9C9. Windows color (decimal): -341688 or 4770298. OLE color: 4770298.

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

Color convert

RGB 250 201 72 -
CMYK 0 0.20 0.71 0.02
HSL 43.48º 0.95% 0.63% -
HSV(B) 43.48º 0.71% 0.98% -
XYZ 61.48 62.57 14.97 -
YUV 200.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 250 201 72 0 0.20 0.71 0.02 43.48 0.95 0.63
Hex FA C9 48 0 14 47 2 2B 5F 3F
Octal 372 311 110 0 24 107 2 53 137 77
Binary 11111010 11001001 1001000 0 10100 1000111 10 101011 1011111 111111

Color Harmonies of #FAC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC948

Black with #FAC948

Text Example


Text Example

White with #FAC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC948; }

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

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

background-color css

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

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

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

border-color css

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

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

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