Html Css Color HEX #FBCB4D Kournikova

📋 copy color: '#FBCB4D'

red 251 ◦ green 203 ◦ blue 77

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

Shades of Kournikova #FBCB4D

Tints of Kournikova #FBCB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.5%

R = 47.27%
G = 38.23%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBCB4D (or 0xFBCB4D) is known color: Kournikova. HEX triplet: FB, CB and 4D. RGB value is (251,203,77). Sum of RGB (Red+Green+Blue) = 251+203+77=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB4D is #0434B2. Grayscale: #CBCBCB. Windows color (decimal): -275635 or 5098491. OLE color: 5098491.

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

Color convert

RGB 251 203 77 -
CMYK 0 0.19 0.69 0.02
HSL 43.45º 0.96% 0.64% -
HSV(B) 43.45º 0.69% 0.98% -
XYZ 62.48 63.76 16.03 -
YUV 202.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 251 203 77 0 0.19 0.69 0.02 43.45 0.96 0.64
Hex FB CB 4D 0 13 45 2 2B 60 40
Octal 373 313 115 0 23 105 2 53 140 100
Binary 11111011 11001011 1001101 0 10011 1000101 10 101011 1100000 1000000

Color Harmonies of #FBCB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB4D

Black with #FBCB4D

Text Example


Text Example

White with #FBCB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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