Html Css Color HEX #FACC4B Kournikova

📋 copy color: '#FACC4B'

red 250 ◦ green 204 ◦ blue 75

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

Shades of Kournikova #FACC4B

Tints of Kournikova #FACC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.56%

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

R = 47.26%
G = 38.56%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FACC4B (or 0xFACC4B) is known color: Kournikova. HEX triplet: FA, CC and 4B. RGB value is (250,204,75). Sum of RGB (Red+Green+Blue) = 250+204+75=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC4B is #0533B4. Grayscale: #CBCBCB. Windows color (decimal): -340917 or 4967674. OLE color: 4967674.

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

Color convert

RGB 250 204 75 -
CMYK 0 0.18 0.7 0.02
HSL 44.23º 0.95% 0.64% -
HSV(B) 44.23º 0.7% 0.98% -
XYZ 62.29 64.02 15.73 -
YUV 203.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 250 204 75 0 0.18 0.7 0.02 44.23 0.95 0.64
Hex FA CC 4B 0 12 46 2 2C 5F 40
Octal 372 314 113 0 22 106 2 54 137 100
Binary 11111010 11001100 1001011 0 10010 1000110 10 101100 1011111 1000000

Color Harmonies of #FACC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC4B

Black with #FACC4B

Text Example


Text Example

White with #FACC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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