Html Css Color HEX #FBC962 Kournikova

📋 copy color: '#FBC962'

red 251 ◦ green 201 ◦ blue 98

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

Shades of Kournikova #FBC962

Tints of Kournikova #FBC962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.82%

R = 45.64%
G = 36.55%
B = 17.82%

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

#FBC962 (or 0xFBC962) is known color: Kournikova. HEX triplet: FB, C9 and 62. RGB value is (251,201,98). Sum of RGB (Red+Green+Blue) = 251+201+98=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC962 is #04369D. Grayscale: #CCCCCC. Windows color (decimal): -276126 or 6474235. OLE color: 6474235.

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

Color convert

RGB 251 201 98 -
CMYK 0 0.20 0.61 0.02
HSL 40.39º 0.95% 0.68% -
HSV(B) 40.39º 0.61% 0.98% -
XYZ 62.87 63.16 20.43 -
YUV 204.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 251 201 98 0 0.20 0.61 0.02 40.39 0.95 0.68
Hex FB C9 62 0 14 3D 2 28 5F 44
Octal 373 311 142 0 24 75 2 50 137 104
Binary 11111011 11001001 1100010 0 10100 111101 10 101000 1011111 1000100

Color Harmonies of #FBC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC962

Black with #FBC962

Text Example


Text Example

White with #FBC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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