Html Css Color HEX #FBC862 Kournikova

📋 copy color: '#FBC862'

red 251 ◦ green 200 ◦ blue 98

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

Shades of Kournikova #FBC862

Tints of Kournikova #FBC862

RGB

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

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

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

R = 45.72%
G = 36.43%
B = 17.85%

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

#FBC862 (or 0xFBC862) is known color: Kournikova. HEX triplet: FB, C8 and 62. RGB value is (251,200,98). Sum of RGB (Red+Green+Blue) = 251+200+98=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC862 is #04379D. Grayscale: #CCCCCC. Windows color (decimal): -276382 or 6473979. OLE color: 6473979.

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

Color convert

RGB 251 200 98 -
CMYK 0 0.20 0.61 0.02
HSL 40º 0.95% 0.68% -
HSV(B) 40º 0.61% 0.98% -
XYZ 62.64 62.7 20.36 -
YUV 203.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 251 200 98 0 0.20 0.61 0.02 40 0.95 0.68
Hex FB C8 62 0 14 3D 2 28 5F 44
Octal 373 310 142 0 24 75 2 50 137 104
Binary 11111011 11001000 1100010 0 10100 111101 10 101000 1011111 1000100

Color Harmonies of #FBC862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC862

Black with #FBC862

Text Example


Text Example

White with #FBC862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC862; }

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

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

background-color css

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

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

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

border-color css

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

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

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