Html Css Color HEX #FBCD55 Kournikova

📋 copy color: '#FBCD55'

red 251 ◦ green 205 ◦ blue 85

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

Shades of Kournikova #FBCD55

Tints of Kournikova #FBCD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

 BLUE value IS 85 (33.59% from 255) = 15.71%

R = 46.4%
G = 37.89%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBCD55 (or 0xFBCD55) is known color: Kournikova. HEX triplet: FB, CD and 55. RGB value is (251,205,85). Sum of RGB (Red+Green+Blue) = 251+205+85=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD55 is #0432AA. Grayscale: #CDCDCD. Windows color (decimal): -275115 or 5623291. OLE color: 5623291.

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

Color convert

RGB 251 205 85 -
CMYK 0 0.18 0.66 0.02
HSL 43.37º 0.95% 0.66% -
HSV(B) 43.37º 0.66% 0.98% -
XYZ 63.25 64.83 17.77 -
YUV 205.07 60.24 160.76 -
System Red Green Blue C M Y K H S L
Decimal 251 205 85 0 0.18 0.66 0.02 43.37 0.95 0.66
Hex FB CD 55 0 12 42 2 2B 5F 42
Octal 373 315 125 0 22 102 2 53 137 102
Binary 11111011 11001101 1010101 0 10010 1000010 10 101011 1011111 1000010

Color Harmonies of #FBCD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD55

Black with #FBCD55

Text Example


Text Example

White with #FBCD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD55; }

 p { color: rgb(251,205,85); }

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

background-color css

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

 a { background-color: rgb(251,205,85); }

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

border-color css

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

 span { border-color: rgb(251,205,85); }

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