Html Css Color HEX #FBCB5B Kournikova

📋 copy color: '#FBCB5B'

red 251 ◦ green 203 ◦ blue 91

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

Shades of Kournikova #FBCB5B

Tints of Kournikova #FBCB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.7%

R = 46.06%
G = 37.25%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBCB5B (or 0xFBCB5B) is known color: Kournikova. HEX triplet: FB, CB and 5B. RGB value is (251,203,91). Sum of RGB (Red+Green+Blue) = 251+203+91=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB5B is #0434A4. Grayscale: #CDCDCD. Windows color (decimal): -275621 or 6015995. OLE color: 6015995.

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

Color convert

RGB 251 203 91 -
CMYK 0 0.19 0.64 0.02
HSL 42º 0.95% 0.67% -
HSV(B) 42º 0.64% 0.98% -
XYZ 63.03 63.98 18.92 -
YUV 204.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 251 203 91 0 0.19 0.64 0.02 42 0.95 0.67
Hex FB CB 5B 0 13 40 2 2A 5F 43
Octal 373 313 133 0 23 100 2 52 137 103
Binary 11111011 11001011 1011011 0 10011 1000000 10 101010 1011111 1000011

Color Harmonies of #FBCB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB5B

Black with #FBCB5B

Text Example


Text Example

White with #FBCB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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