Html Css Color HEX #FBC94D Kournikova

📋 copy color: '#FBC94D'

red 251 ◦ green 201 ◦ blue 77

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

Shades of Kournikova #FBC94D

Tints of Kournikova #FBC94D

RGB

 RED value IS 251 (98.44% from 255) = 47.45%

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

 BLUE value IS 77 (30.47% from 255) = 14.56%

R = 47.45%
G = 38%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBC94D (or 0xFBC94D) is known color: Kournikova. HEX triplet: FB, C9 and 4D. RGB value is (251,201,77). Sum of RGB (Red+Green+Blue) = 251+201+77=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC94D is #0436B2. Grayscale: #CACACA. Windows color (decimal): -276147 or 5097979. OLE color: 5097979.

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

Color convert

RGB 251 201 77 -
CMYK 0 0.20 0.69 0.02
HSL 42.76º 0.96% 0.64% -
HSV(B) 42.76º 0.69% 0.98% -
XYZ 62.01 62.82 15.88 -
YUV 201.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 251 201 77 0 0.20 0.69 0.02 42.76 0.96 0.64
Hex FB C9 4D 0 14 45 2 2B 60 40
Octal 373 311 115 0 24 105 2 53 140 100
Binary 11111011 11001001 1001101 0 10100 1000101 10 101011 1100000 1000000

Color Harmonies of #FBC94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC94D

Black with #FBC94D

Text Example


Text Example

White with #FBC94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC94D; }

 p { color: rgb(251,201,77); }

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

background-color css

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

 a { background-color: rgb(251,201,77); }

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

border-color css

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

 span { border-color: rgb(251,201,77); }

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