Html Css Color HEX #FBCC50 Kournikova

📋 copy color: '#FBCC50'

red 251 ◦ green 204 ◦ blue 80

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

Shades of Kournikova #FBCC50

Tints of Kournikova #FBCC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.13%

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

R = 46.92%
G = 38.13%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBCC50 (or 0xFBCC50) is known color: Kournikova. HEX triplet: FB, CC and 50. RGB value is (251,204,80). Sum of RGB (Red+Green+Blue) = 251+204+80=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCC50 is #0433AF. Grayscale: #CCCCCC. Windows color (decimal): -275376 or 5295355. OLE color: 5295355.

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

Color convert

RGB 251 204 80 -
CMYK 0 0.19 0.68 0.02
HSL 43.51º 0.96% 0.65% -
HSV(B) 43.51º 0.68% 0.98% -
XYZ 62.82 64.27 16.68 -
YUV 203.92 58.07 161.58 -
System Red Green Blue C M Y K H S L
Decimal 251 204 80 0 0.19 0.68 0.02 43.51 0.96 0.65
Hex FB CC 50 0 13 44 2 2C 60 41
Octal 373 314 120 0 23 104 2 54 140 101
Binary 11111011 11001100 1010000 0 10011 1000100 10 101100 1100000 1000001

Color Harmonies of #FBCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC50

Black with #FBCC50

Text Example


Text Example

White with #FBCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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