Html Css Color HEX #FAC84B Kournikova

📋 copy color: '#FAC84B'

red 250 ◦ green 200 ◦ blue 75

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

Shades of Kournikova #FAC84B

Tints of Kournikova #FAC84B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.1%

 BLUE value IS 75 (29.69% from 255) = 14.29%

R = 47.62%
G = 38.1%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAC84B (or 0xFAC84B) is known color: Kournikova. HEX triplet: FA, C8 and 4B. RGB value is (250,200,75). Sum of RGB (Red+Green+Blue) = 250+200+75=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC84B is #0537B4. Grayscale: #C9C9C9. Windows color (decimal): -341941 or 4966650. OLE color: 4966650.

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

Color convert

RGB 250 200 75 -
CMYK 0 0.2 0.7 0.02
HSL 42.86º 0.95% 0.64% -
HSV(B) 42.86º 0.7% 0.98% -
XYZ 61.35 62.14 15.42 -
YUV 200.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 250 200 75 0 0.2 0.7 0.02 42.86 0.95 0.64
Hex FA C8 4B 0 14 46 2 2B 5F 40
Octal 372 310 113 0 24 106 2 53 137 100
Binary 11111010 11001000 1001011 0 10100 1000110 10 101011 1011111 1000000

Color Harmonies of #FAC84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC84B

Black with #FAC84B

Text Example


Text Example

White with #FAC84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC84B; }

 p { color: rgb(250,200,75); }

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

background-color css

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

 a { background-color: rgb(250,200,75); }

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

border-color css

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

 span { border-color: rgb(250,200,75); }

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