Html Css Color HEX #FBCB60 Kournikova

📋 copy color: '#FBCB60'

red 251 ◦ green 203 ◦ blue 96

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

Shades of Kournikova #FBCB60

Tints of Kournikova #FBCB60

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.91%

 BLUE value IS 96 (37.89% from 255) = 17.45%

R = 45.64%
G = 36.91%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBCB60 (or 0xFBCB60) is known color: Kournikova. HEX triplet: FB, CB and 60. RGB value is (251,203,96). Sum of RGB (Red+Green+Blue) = 251+203+96=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB60 is #04349F. Grayscale: #CDCDCD. Windows color (decimal): -275616 or 6343675. OLE color: 6343675.

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

Color convert

RGB 251 203 96 -
CMYK 0 0.19 0.62 0.02
HSL 41.42º 0.95% 0.68% -
HSV(B) 41.42º 0.62% 0.98% -
XYZ 63.25 64.07 20.1 -
YUV 205.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 251 203 96 0 0.19 0.62 0.02 41.42 0.95 0.68
Hex FB CB 60 0 13 3E 2 29 5F 44
Octal 373 313 140 0 23 76 2 51 137 104
Binary 11111011 11001011 1100000 0 10011 111110 10 101001 1011111 1000100

Color Harmonies of #FBCB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB60

Black with #FBCB60

Text Example


Text Example

White with #FBCB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB60; }

 p { color: rgb(251,203,96); }

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

background-color css

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

 a { background-color: rgb(251,203,96); }

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

border-color css

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

 span { border-color: rgb(251,203,96); }

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