Html Css Color HEX #FBCF50 Kournikova

📋 copy color: '#FBCF50'

red 251 ◦ green 207 ◦ blue 80

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

Shades of Kournikova #FBCF50

Tints of Kournikova #FBCF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.48%

 BLUE value IS 80 (31.64% from 255) = 14.87%

R = 46.65%
G = 38.48%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBCF50 (or 0xFBCF50) is known color: Kournikova. HEX triplet: FB, CF and 50. RGB value is (251,207,80). Sum of RGB (Red+Green+Blue) = 251+207+80=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCF50 is #0430AF. Grayscale: #CECECE. Windows color (decimal): -274608 or 5296123. OLE color: 5296123.

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

Color convert

RGB 251 207 80 -
CMYK 0 0.18 0.68 0.02
HSL 44.56º 0.96% 0.65% -
HSV(B) 44.56º 0.68% 0.98% -
XYZ 63.54 65.71 16.92 -
YUV 205.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 251 207 80 0 0.18 0.68 0.02 44.56 0.96 0.65
Hex FB CF 50 0 12 44 2 2D 60 41
Octal 373 317 120 0 22 104 2 55 140 101
Binary 11111011 11001111 1010000 0 10010 1000100 10 101101 1100000 1000001

Color Harmonies of #FBCF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCF50

Black with #FBCF50

Text Example


Text Example

White with #FBCF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCF50; }

 p { color: rgb(251,207,80); }

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

background-color css

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

 a { background-color: rgb(251,207,80); }

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

border-color css

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

 span { border-color: rgb(251,207,80); }

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