Html Css Color HEX #FBC961 Kournikova

📋 copy color: '#FBC961'

red 251 ◦ green 201 ◦ blue 97

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

Shades of Kournikova #FBC961

Tints of Kournikova #FBC961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.67%

R = 45.72%
G = 36.61%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FBC961 (or 0xFBC961) is known color: Kournikova. HEX triplet: FB, C9 and 61. RGB value is (251,201,97). Sum of RGB (Red+Green+Blue) = 251+201+97=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC961 is #04369E. Grayscale: #CCCCCC. Windows color (decimal): -276127 or 6408699. OLE color: 6408699.

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

Color convert

RGB 251 201 97 -
CMYK 0 0.20 0.61 0.02
HSL 40.52º 0.95% 0.68% -
HSV(B) 40.52º 0.61% 0.98% -
XYZ 62.83 63.15 20.19 -
YUV 204.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 251 201 97 0 0.20 0.61 0.02 40.52 0.95 0.68
Hex FB C9 61 0 14 3D 2 29 5F 44
Octal 373 311 141 0 24 75 2 51 137 104
Binary 11111011 11001001 1100001 0 10100 111101 10 101001 1011111 1000100

Color Harmonies of #FBC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC961

Black with #FBC961

Text Example


Text Example

White with #FBC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC961; }

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

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

background-color css

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

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

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

border-color css

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

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

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