Html Css Color HEX #FBCE5E Kournikova

📋 copy color: '#FBCE5E'

red 251 ◦ green 206 ◦ blue 94

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

Shades of Kournikova #FBCE5E

Tints of Kournikova #FBCE5E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

 BLUE value IS 94 (37.11% from 255) = 17.06%

R = 45.55%
G = 37.39%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBCE5E (or 0xFBCE5E) is known color: Kournikova. HEX triplet: FB, CE and 5E. RGB value is (251,206,94). Sum of RGB (Red+Green+Blue) = 251+206+94=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE5E is #0431A1. Grayscale: #CFCFCF. Windows color (decimal): -274850 or 6213371. OLE color: 6213371.

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

Color convert

RGB 251 206 94 -
CMYK 0 0.18 0.63 0.02
HSL 42.8º 0.95% 0.68% -
HSV(B) 42.8º 0.63% 0.98% -
XYZ 63.88 65.46 19.86 -
YUV 206.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 251 206 94 0 0.18 0.63 0.02 42.8 0.95 0.68
Hex FB CE 5E 0 12 3F 2 2B 5F 44
Octal 373 316 136 0 22 77 2 53 137 104
Binary 11111011 11001110 1011110 0 10010 111111 10 101011 1011111 1000100

Color Harmonies of #FBCE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCE5E

Black with #FBCE5E

Text Example


Text Example

White with #FBCE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCE5E; }

 p { color: rgb(251,206,94); }

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

background-color css

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

 a { background-color: rgb(251,206,94); }

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

border-color css

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

 span { border-color: rgb(251,206,94); }

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